| Index: gpu/command_buffer/service/gpu_driver_bug_workaround_type.h
|
| diff --git a/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h b/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h
|
| index 0478b28e50b0af447fd7b9d6e71b4711cf22854b..fa715042d47cb07a1d3d304f68273e9d70821a9d 100644
|
| --- a/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h
|
| @@ -28,6 +28,8 @@
|
| exit_on_context_lost) \
|
| GPU_OP(FLUSH_ON_CONTEXT_SWITCH, \
|
| flush_on_context_switch) \
|
| + GPU_OP(MAKECURRENT_RECREATES_SURFACES, \
|
| + makecurrent_recreates_surfaces) \
|
| GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_1024, \
|
| max_cube_map_texture_size_limit_1024) \
|
| GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_4096, \
|
|
|