| Index: content/browser/gpu/gpu_data_manager_impl_private.cc
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| index 1e4fe79c162cf46ec7c6e05f7029305ca2261ce1..ba24d269dcec9244c788bfa2beb9cb90f1011ddd 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -656,6 +656,9 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| switches::kUseGL);
|
| if (gpu_driver_bugs_.find(gpu::DISABLE_D3D11) != gpu_driver_bugs_.end())
|
| command_line->AppendSwitch(switches::kDisableD3D11);
|
| + if (gpu_driver_bugs_.find(gpu::DISABLE_DIRECT_COMPOSITION) !=
|
| + gpu_driver_bugs_.end())
|
| + command_line->AppendSwitch(switches::kDisableDirectComposition);
|
| if (use_swiftshader_) {
|
| command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader");
|
| } else if ((IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_WEBGL) ||
|
|
|