Rewrite issue links to GitHub (see #3464)

This commit is contained in:
Marshall Greenblatt
2023-03-13 13:45:20 -04:00
parent 45d771dfb0
commit 178a44bd18
9 changed files with 85 additions and 84 deletions

View File

@@ -1543,7 +1543,7 @@ void CefRenderWidgetHostViewOSR::OnPaint(const gfx::Rect& damage_rect,
const void* pixels) {
TRACE_EVENT0("cef", "CefRenderWidgetHostViewOSR::OnPaint");
// Workaround for https://bitbucket.org/chromiumembedded/cef/issues/2817
// Workaround for https://github.com/chromiumembedded/cef/issues/2817
if (!is_showing_) {
return;
}