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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 693953002: Specify --ui-disable-partial-swap in the internal command Lines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change DEPS to depend on cc/base/switches.h specifically. Created 6 years, 1 month 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 | « chromecast/browser/DEPS ('k') | no next file » | 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 55d990caeaf804278c3f19fcc8df89006d482263..cb07200364673f26af1df93470b62a1d5550551f 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -7,6 +7,7 @@
#include "base/command_line.h"
#include "base/message_loop/message_loop.h"
#include "base/prefs/pref_registry_simple.h"
+#include "cc/base/switches.h"
#include "chromecast/base/metrics/cast_metrics_helper.h"
#include "chromecast/browser/cast_browser_context.h"
#include "chromecast/browser/cast_browser_process.h"
@@ -56,6 +57,9 @@ DefaultCommandLineSwitch g_default_switches[] = {
// This is needed for now to enable the egltest Ozone platform to work with
// current Linux/NVidia OpenGL drivers.
{ switches::kIgnoreGpuBlacklist, ""},
+ // TODO(gusfernandez): This is needed to fix a bug with
+ // glPostSubBufferCHROMIUM (crbug.com/429200)
+ { cc::switches::kUIDisablePartialSwap, ""},
#endif
{ NULL, NULL }, // Termination
};
« no previous file with comments | « chromecast/browser/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698