| 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 204d23c1ccd243bc54052bc9d7b3810608fe2f42..b112e0db3b44a343c51040f23b7c7dca09a9cef7 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -50,6 +50,8 @@
|
| disable_post_sub_buffers_for_onscreen_surfaces) \
|
| GPU_OP(DISABLE_PROGRAM_CACHE, \
|
| disable_program_cache) \
|
| + GPU_OP(DISABLE_TEXTURE_CUBE_MAP_SEAMLESS, \
|
| + disable_texture_cube_map_seamless) \
|
| GPU_OP(DISABLE_TEXTURE_STORAGE, \
|
| disable_texture_storage) \
|
| GPU_OP(DISABLE_TIMESTAMP_QUERIES, \
|
|
|