| 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 2b47249c562b7709f263aa1be6d92a41a62f7d9c..db5174cb1510c9b8e0f47679b9d763ccd0fd35bb 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -10,6 +10,8 @@
|
| #include "gpu/gpu_export.h"
|
|
|
| #define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) \
|
| + GPU_OP(AVOID_EGL_IMAGE_TARGET_TEXTURE_REUSE, \
|
| + avoid_egl_image_target_texture_reuse) \
|
| GPU_OP(CLEAR_ALPHA_IN_READPIXELS, \
|
| clear_alpha_in_readpixels) \
|
| GPU_OP(CLEAR_UNIFORMS_BEFORE_FIRST_PROGRAM_USE, \
|
|
|