| Index: gpu/config/gpu_driver_bug_workaround_type.h
|
| diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h
|
| index b3e2581e6ed8b028625b33409d74adce68a943d9..725adc788d846c90a63fe786929df577f4aa6184 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -66,6 +66,8 @@
|
| disable_angle_instanced_arrays) \
|
| GPU_OP(DISABLE_MULTIMONITOR_MULTISAMPLING, \
|
| disable_multimonitor_multisampling) \
|
| + GPU_OP(USE_VIRTUALIZED_GL_CONTEXTS, \
|
| + use_virtualized_gl_contexts) \
|
|
|
| namespace gpu {
|
|
|
|
|