| 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 caaf05395e1747316016b4c91b416c9a3e4b47c1..a8106a2f937ebb04eedfffee9ef4c1b78f7518c2 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -57,6 +57,8 @@
|
| disable_post_sub_buffers_for_onscreen_surfaces) \
|
| GPU_OP(DISABLE_PROGRAM_CACHE, \
|
| disable_program_cache) \
|
| + GPU_OP(DISABLE_PROGRAM_DISK_CACHE, \
|
| + disable_program_disk_cache) \
|
| GPU_OP(DISABLE_TEXTURE_CUBE_MAP_SEAMLESS, \
|
| disable_texture_cube_map_seamless) \
|
| GPU_OP(DISABLE_TEXTURE_STORAGE, \
|
|
|