Chromium Code Reviews| 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 bf1cf74f6488c67ceb7a7278735288607b105868..08b26194fc3ec8478234a767d2d8143e98eec68e 100644 |
| --- a/gpu/config/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h |
| @@ -32,14 +32,12 @@ |
| disable_egl_khr_fence_sync) \ |
| GPU_OP(DISABLE_EGL_KHR_WAIT_SYNC, \ |
| disable_egl_khr_wait_sync) \ |
| - GPU_OP(DISABLE_EXT_DISCARD_FRAMEBUFFER, \ |
| - disable_ext_discard_framebuffer) \ |
| + GPU_OP(disable_discard_framebuffer, \ |
|
David Yen
2015/04/07 16:25:59
This should be capitalized
aelias_OOO_until_Jul13
2015/04/07 19:47:11
Done.
|
| + disable_discard_framebuffer) \ |
| GPU_OP(DISABLE_EXT_DRAW_BUFFERS, \ |
| 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_MULTISAMPLED_RENDER_TO_TEXTURE, \ |