| 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 a748e21f99115c03721759f570368a8c8cf86a80..21aece1b821a29c6b4e5f829294539f44cfcf91b 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -81,6 +81,8 @@
|
| disable_webgl_rgb_multisampling_usage) \
|
| GPU_OP(DO_TEXIMAGE_BEFORE_COPYTEXIMAGE_TO_CUBE_MAP, \
|
| do_teximage_before_copyteximage_to_cube_map) \
|
| + GPU_OP(DO_DECODER_ENCODER_SRGB_GENERATEMIPMAP, \
|
| + do_decoder_encoder_srgb_generatemipmap) \
|
| GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
|
| etc1_power_of_two_only) \
|
| GPU_OP(EMULATE_ABS_INT_FUNCTION, \
|
|
|