| 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 f5f6bca79e077a7628c081615af5cabc7dc803f3..b56ac40629a4ed0bb1ab13e8f0ffccc3a05167ca 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -181,6 +181,8 @@
|
| use_non_zero_size_for_client_side_stream_buffers) \
|
| GPU_OP(USE_SHADOWED_TEX_LEVEL_PARAMS, \
|
| use_shadowed_tex_level_params) \
|
| + GPU_OP(USE_UNUSED_STANDARD_SHARED_BLOCKS, \
|
| + use_unused_standard_shared_blocks) \
|
| GPU_OP(USE_VIRTUALIZED_GL_CONTEXTS, \
|
| use_virtualized_gl_contexts) \
|
| GPU_OP(VALIDATE_MULTISAMPLE_BUFFER_ALLOCATION, \
|
|
|