| 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..85776e2b39b106cd4a6813552013e43e9480aa76 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -36,6 +36,8 @@
|
| disable_multisampling) \
|
| GPU_OP(DISABLE_OES_STANDARD_DERIVATIVES, \
|
| disable_oes_standard_derivatives) \
|
| + GPU_OP(DISABLE_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \
|
| + disable_post_sub_buffers_for_onscreen_surfaces) \
|
| GPU_OP(ENABLE_CHROMIUM_FAST_NPOT_MO8_TEXTURES, \
|
| enable_chromium_fast_npot_mo8_textures) \
|
| GPU_OP(EXIT_ON_CONTEXT_LOST, \
|
|
|