| 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 06fa15b27c01b27eb3abc430f17fccaf36fd48cc..796ca1390ec0befec63f33980b730e64394634ca 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -24,6 +24,8 @@
|
| disable_d3d11) \
|
| GPU_OP(DISABLE_DEPTH_TEXTURE, \
|
| disable_depth_texture) \
|
| + GPU_OP(DISABLE_EGL_KHR_FENCE_SYNC, \
|
| + disable_egl_khr_fence_sync) \
|
| GPU_OP(DISABLE_EXT_DISCARD_FRAMEBUFFER, \
|
| disable_ext_discard_framebuffer) \
|
| GPU_OP(DISABLE_EXT_DRAW_BUFFERS, \
|
|
|