| 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 92a516cf98a8542a39f3680b033feeb414a79cc7..cef4031cbd00917b4a0045d57848c16704ec18c9 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -80,6 +80,8 @@
|
| validate_multisample_buffer_allocation) \
|
| GPU_OP(WAKE_UP_GPU_BEFORE_DRAWING, \
|
| wake_up_gpu_before_drawing) \
|
| + GPU_OP(UNBIND_IMAGE_TARGET_TEXTURE_BEFORE_LOCK, \
|
| + unbind_image_target_texture_before_lock) \
|
|
|
| namespace gpu {
|
|
|
|
|