| 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 56141c2ac6dca7800bbea58504a21a04b5573aca..250861ea21dbd87f5df490c4b0d43b6026cf21d5 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -161,6 +161,8 @@
|
| use_intermediary_for_copy_texture_image) \
|
| GPU_OP(USE_NON_ZERO_SIZE_FOR_CLIENT_SIDE_STREAM_BUFFERS, \
|
| use_non_zero_size_for_client_side_stream_buffers) \
|
| + GPU_OP(USE_SHADOWED_TEX_LEVEL_PARAMS, \
|
| + use_shadowed_tex_level_params) \
|
| GPU_OP(USE_VIRTUALIZED_GL_CONTEXTS, \
|
| use_virtualized_gl_contexts) \
|
| GPU_OP(VALIDATE_MULTISAMPLE_BUFFER_ALLOCATION, \
|
|
|