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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 474723002: Enable remote CoreAnimation API by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_flag
Patch Set: Add OS version check 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 | ui/base/cocoa/remote_layer_api.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 35019673a3cdb2b3b90ccdba66e1295826b81e99..253eeb1d3eb05064bad6d714985d6aa45c29cfec 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -101,7 +101,7 @@ static const char* const kSwitchNames[] = {
switches::kV,
switches::kVModule,
#if defined(OS_MACOSX)
- switches::kEnableRemoteCoreAnimation,
+ switches::kDisableRemoteCoreAnimation,
switches::kEnableSandboxLogging,
#endif
#if defined(USE_AURA)
« no previous file with comments | « no previous file | ui/base/cocoa/remote_layer_api.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698