| 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 f03b7a226ea95489a532dcb2bcfffa58df073cb1..9476bf2fb3b4dfef164fcbd934ca0fe2d7092815 100644
 | 
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
 | 
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
 | 
| @@ -100,6 +100,8 @@
 | 
|           swizzle_rgba_for_async_readpixels)                  \
 | 
|    GPU_OP(TEXSUBIMAGE2D_FASTER_THAN_TEXIMAGE2D,               \
 | 
|           texsubimage2d_faster_than_teximage2d)               \
 | 
| +  GPU_OP(UNBIND_ATTACHMENTS_ON_BOUND_RENDER_FBO_DELETE,      \
 | 
| +         unbind_attachments_on_bound_render_fbo_delete)      \
 | 
|    GPU_OP(UNBIND_FBO_ON_CONTEXT_SWITCH,                       \
 | 
|           unbind_fbo_on_context_switch)                       \
 | 
|    GPU_OP(UNFOLD_SHORT_CIRCUIT_AS_TERNARY_OPERATION,          \
 | 
| 
 |