| 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..872793c9b8ea0118163c384da640c8e14ff2c5fd 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(RELEASE_IMAGE_AFTER_USE, \
|
| + release_image_after_use) \
|
|
|
| namespace gpu {
|
|
|
|
|