| 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 b42bcaba3923bc8310a9f050401b49c0898bb2f5..87da2e0b64ef2bcbe329adebca33d84894f50e19 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, \
|
|
|