| 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 d65cdcacbef520164dd61368c0f7926468be3cde..8a8113e104fd3c41eda6f1cb8c72f1c17289fe0b 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -12,6 +12,8 @@
|
| #define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) \
|
| GPU_OP(AVOID_EGL_IMAGE_TARGET_TEXTURE_REUSE, \
|
| avoid_egl_image_target_texture_reuse) \
|
| + GPU_OP(AVOID_ONE_COMPONENT_EGL_IMAGES, \
|
| + avoid_one_component_egl_images) \
|
| GPU_OP(BROKEN_EGL_IMAGE_REF_COUNTING, \
|
| broken_egl_image_ref_counting) \
|
| GPU_OP(CLEAR_ALPHA_IN_READPIXELS, \
|
|
|