| 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 77d721b9384a5b22cf2af5f567512b50ab782c28..f03b7a226ea95489a532dcb2bcfffa58df073cb1 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -58,6 +58,8 @@
|
| gl_begin_gl_end_on_fbo_change_to_backbuffer) \
|
| GPU_OP(GL_CLEAR_BROKEN, \
|
| gl_clear_broken) \
|
| + GPU_OP(IGNORE_EGL_SYNC_FAILURES, \
|
| + ignore_egl_sync_failures) \
|
| GPU_OP(INIT_GL_POSITION_IN_VERTEX_SHADER, \
|
| init_gl_position_in_vertex_shader) \
|
| GPU_OP(INIT_TEXTURE_MAX_ANISOTROPY, \
|
|
|