| 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 e9d5277fa2e2550547ebdc9ab6d6518c9fcb83b1..8c0e7b9f54d499ef59b3e5e88e76b842e046c439 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -727,7 +727,8 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| command_line->AppendSwitch(switches::kDisableDirectComposition);
|
| }
|
| if (use_swiftshader_) {
|
| - command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader");
|
| + command_line->AppendSwitchASCII(
|
| + switches::kUseGL, gl::kGLImplementationSwiftShaderForWebGLName);
|
| } else if ((IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_WEBGL) ||
|
| IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_GPU_COMPOSITING) ||
|
| IsFeatureBlacklisted(
|
|
|