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 922d9712da8c46d6ac40765bc9ba79a57231edbd..bba26c25d4604fa1ed17f531bd56296d338ca09f 100644 |
--- a/gpu/config/gpu_driver_bug_workaround_type.h |
+++ b/gpu/config/gpu_driver_bug_workaround_type.h |
@@ -20,6 +20,8 @@ |
disable_angle_instanced_arrays) \ |
GPU_OP(DISABLE_ASYNC_READPIXELS, \ |
disable_async_readpixels) \ |
+ GPU_OP(DISABLE_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \ |
Zhenyao Mo
2014/03/21 19:23:13
nit: this is out of alphabetic order
|
+ disable_post_sub_buffers_for_onscreen_surfaces) \ |
GPU_OP(DISABLE_D3D11, \ |
disable_d3d11) \ |
GPU_OP(DISABLE_DEPTH_TEXTURE, \ |