| 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 7e724e5c6fdd03718ac4cd8ad6bc9100eb51ea37..bcf07fcf2c7c1c4f44ddbc38c274e946f8591c90 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -65,6 +65,8 @@
|
| disable_framebuffer_cmaa) \
|
| GPU_OP(DISABLE_GL_RGB_FORMAT, \
|
| disable_gl_rgb_format) \
|
| + GPU_OP(DISABLE_LARGER_THAN_SCREEN_OVERLAYS, \
|
| + disable_larger_than_screen_overlays) \
|
| GPU_OP(DISABLE_MULTIMONITOR_MULTISAMPLING, \
|
| disable_multimonitor_multisampling) \
|
| GPU_OP(DISABLE_NV12_DXGI_VIDEO, \
|
|
|