| 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 72df8ecb26ab59cb71c160241337b5ad37459bcf..9fd758a77161c32729f6106e8db5173f4096f203 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -58,6 +58,10 @@
|
| disable_texture_storage) \
|
| GPU_OP(DISABLE_TIMESTAMP_QUERIES, \
|
| disable_timestamp_queries) \
|
| + GPU_OP(DISABLE_WEBGL_MULTISAMPLING_COLOR_MASK_USAGE, \
|
| + disable_webgl_multisampling_color_mask_usage) \
|
| + GPU_OP(DISABLE_WEBGL_RGB_MULTISAMPLING_USAGE, \
|
| + disable_webgl_rgb_multisampling_usage) \
|
| GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
|
| etc1_power_of_two_only) \
|
| GPU_OP(EXIT_ON_CONTEXT_LOST, \
|
|
|