blob: de12823db6fac8e2b40978223a7c57ffd289752d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- chromecast/browser/cast_content_browser_client.cc.orig 2019-06-04 18:55:20 UTC
+++ chromecast/browser/cast_content_browser_client.cc
@@ -575,7 +575,7 @@ void CastContentBrowserClient::AppendExtraCommandLineS
switches::kAudioOutputChannels));
}
} else if (process_type == switches::kGpuProcess) {
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
// Necessary for accelerated 2d canvas. By default on Linux, Chromium assumes
// GLES2 contexts can be lost to a power-save mode, which breaks GPU canvas
// apps.
|