| 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..6aa8903caca3a4768558d454522975c1324df0ea 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_GL_CONTEXT, \
|
| + create_default_gl_context) \
|
| GPU_OP(DECODE_ENCODE_SRGB_FOR_GENERATEMIPMAP, \
|
| decode_encode_srgb_for_generatemipmap) \
|
| GPU_OP(DISABLE_ANGLE_INSTANCED_ARRAYS, \
|
|
|