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 70c370d013072baea196a3c81f3d2b68ac7b374f..0b3b1631975f2cd25cbc0548cf06edd75ce9b973 100644 |
--- a/gpu/config/gpu_driver_bug_workaround_type.h |
+++ b/gpu/config/gpu_driver_bug_workaround_type.h |
@@ -46,6 +46,8 @@ |
disable_ns_cgl_surface_api) \ |
GPU_OP(DISABLE_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \ |
disable_post_sub_buffers_for_onscreen_surfaces) \ |
+ GPU_OP(DISABLE_PROGRAM_CACHE, \ |
+ disable_program_cache) \ |
GPU_OP(DISABLE_TIMESTAMP_QUERIES, \ |
disable_timestamp_queries) \ |
GPU_OP(ETC1_POWER_OF_TWO_ONLY, \ |