| 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 2f1f865f7809ee01ec0b27e39e1b0fe76b6d1300..9144d434a66e239936b51384a7a539f11db23261 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -65,6 +65,8 @@
|
| disable_texture_storage) \
|
| GPU_OP(DISABLE_TIMESTAMP_QUERIES, \
|
| disable_timestamp_queries) \
|
| + GPU_OP(DISABLE_TRANSPARENT_VISUALS, \
|
| + disable_transparent_visuals) \
|
| GPU_OP(DISABLE_WEBGL_MULTISAMPLING_COLOR_MASK_USAGE, \
|
| disable_webgl_multisampling_color_mask_usage) \
|
| GPU_OP(DISABLE_WEBGL_RGB_MULTISAMPLING_USAGE, \
|
|
|