| 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 9476bf2fb3b4dfef164fcbd934ca0fe2d7092815..46497bc5e706121c4354eeb9476006e624069e64 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -120,6 +120,8 @@
|
| validate_multisample_buffer_allocation) \
|
| GPU_OP(WAKE_UP_GPU_BEFORE_DRAWING, \
|
| wake_up_gpu_before_drawing) \
|
| + GPU_OP(DISABLE_GL_RGB_FORMAT, \
|
| + disable_gl_rgb_format) \
|
|
|
| namespace gpu {
|
|
|
|
|