| 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 9bbbb73dacb166e53d6aefaacb721c353c05c553..c246b49463293bb7442f020283539aaefd492572 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -34,6 +34,8 @@
|
| disable_discard_framebuffer) \
|
| GPU_OP(DISABLE_EXT_DRAW_BUFFERS, \
|
| disable_ext_draw_buffers) \
|
| + GPU_OP(DISABLE_EXT_SRGB, \
|
| + disable_ext_srgb) \
|
| GPU_OP(DISABLE_GL_PATH_RENDERING, \
|
| disable_gl_path_rendering) \
|
| GPU_OP(DISABLE_GL_RGB_FORMAT, \
|
|
|