Rewrite issue links to GitHub (see #3464)

This commit is contained in:
Marshall Greenblatt
2023-03-13 13:45:20 -04:00
parent 1b83ff6471
commit 3215aaebef
9 changed files with 87 additions and 86 deletions

View File

@ -53,7 +53,7 @@ void ClientAppBrowser::OnBeforeCommandLineProcessing(
// Use software rendering and compositing (disable GPU) for increased FPS
// and decreased CPU usage. This will also disable WebGL so remove these
// switches if you need that capability.
// See https://bitbucket.org/chromiumembedded/cef/issues/1257 for details.
// See https://github.com/chromiumembedded/cef/issues/1257 for details.
if (!command_line->HasSwitch(switches::kEnableGPU)) {
command_line->AppendSwitch("disable-gpu");
command_line->AppendSwitch("disable-gpu-compositing");