| 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 9ac4dc7787fe6f0b17b8319872150ca7074afa87..b48a2d9ab381a77e5d71d1b3348962a7563b3d1f 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -31,6 +31,8 @@
|
| clear_uniforms_before_first_program_use) \
|
| GPU_OP(COUNT_ALL_IN_VARYINGS_PACKING, \
|
| count_all_in_varyings_packing) \
|
| + GPU_OP(CREATE_DEFAULT_CONTEXT, \
|
| + create_default_context) \
|
| GPU_OP(DECODE_ENCODE_SRGB_FOR_GENERATEMIPMAP, \
|
| decode_encode_srgb_for_generatemipmap) \
|
| GPU_OP(DISABLE_ANGLE_INSTANCED_ARRAYS, \
|
|
|