blob: 1f934b98cfb3f6d754a9511e4eebfdf402506768 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- chromecast/browser/cast_content_browser_client.cc.orig 2019-07-24 18:58:17 UTC
+++ chromecast/browser/cast_content_browser_client.cc
@@ -576,7 +576,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.
|