| 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..462cb83b0e6454047be7d38060b51a43cceba4d0 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -36,6 +36,8 @@
|
| disable_ext_draw_buffers) \
|
| GPU_OP(DISABLE_EXT_OCCLUSION_QUERY, \
|
| disable_ext_occlusion_query) \
|
| + GPU_OP(DISABLE_FBO_INVALIDATIONS, \
|
| + disable_fbo_invalidations) \
|
| GPU_OP(DISABLE_MULTIMONITOR_MULTISAMPLING, \
|
| disable_multimonitor_multisampling) \
|
| GPU_OP(DISABLE_MULTISAMPLING, \
|
|
|