Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6334)

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 691023003: Fix an Aura crash several minutes into V2Mirroring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index fd1c3efefdcf05f930ad288eb2f9150a509dd9b7..9f26ae1c700f76a38e9e54487fe00371f576ae40 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -51,6 +51,11 @@ DefaultCommandLineSwitch g_default_switches[] = {
{ switches::kDisablePlugins, "" },
// Always enable HTMLMediaElement logs.
{ switches::kBlinkPlatformLogChannels, "Media"},
+#if defined(OS_LINUX) && defined(ARCH_CPU_X86_FAMILY)
+ // This is needed for now to enable the egltest Ozone platform to work with
+ // current Linux/NVidia OpenGL drivers.
+ { switches::kIgnoreGpuBlacklist, ""},
+#endif
{ NULL, NULL }, // Termination
};
« no previous file with comments | « no previous file | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698