| 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 89da2e6a8873e0e0884ff240d37ce356b3607228..a6150cb6c0a6a85c5403ffacbd094b78d0daa2e4 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -746,6 +746,11 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| }
|
| }
|
|
|
| + if (gpu_driver_bugs_.find(gpu::CREATE_DEFAULT_GL_CONTEXT) !=
|
| + gpu_driver_bugs_.end()) {
|
| + command_line->AppendSwitch(switches::kCreateDefaultGLContext);
|
| + }
|
| +
|
| #if defined(OS_WIN)
|
| if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE) &&
|
| gpu_preferences) {
|
|
|