| 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 a8106a2f937ebb04eedfffee9ef4c1b78f7518c2..7a3477ded63ae822c7b64b6e04d3ea57c4cbecd6 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -15,6 +15,8 @@
|
| #define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) \
|
| GPU_OP(AVDA_DONT_COPY_PICTURES, \
|
| avda_dont_copy_pictures) \
|
| + GPU_OP(AVDA_NO_EGLIMAGE_FOR_LUMINANCE_TEX, \
|
| + avda_no_eglimage_for_luminance_tex) \
|
| GPU_OP(AVOID_EGL_IMAGE_TARGET_TEXTURE_REUSE, \
|
| avoid_egl_image_target_texture_reuse) \
|
| GPU_OP(BROKEN_EGL_IMAGE_REF_COUNTING, \
|
|
|