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 db5174cb1510c9b8e0f47679b9d763ccd0fd35bb..4eb5913f331503301834d22d21357f0f1f705b91 100644 |
--- a/gpu/config/gpu_driver_bug_workaround_type.h |
+++ b/gpu/config/gpu_driver_bug_workaround_type.h |
@@ -126,6 +126,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 { |