| 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 dbbd7bb40590571404cbfb44168f199bdbcebbca..7c695b85ff67ea15e465e34007b60175ee8c45a4 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -860,7 +860,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| switches::kV,
|
| switches::kVModule,
|
| #if defined(OS_MACOSX)
|
| - switches::kEnableRemoteCoreAnimation,
|
| + switches::kDisableRemoteCoreAnimation,
|
| switches::kEnableSandboxLogging,
|
| #endif
|
| #if defined(USE_AURA)
|
|
|