| 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 0b3b1631975f2cd25cbc0548cf06edd75ce9b973..d45c69cd8a234be79d83828b6dff2ce341714333 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -132,6 +132,8 @@
|
| validate_multisample_buffer_allocation) \
|
| GPU_OP(WAKE_UP_GPU_BEFORE_DRAWING, \
|
| wake_up_gpu_before_drawing) \
|
| + GPU_OP(UNBIND_EGL_CONTEXT_TO_FLUSH_DRIVER_CACHES, \
|
| + unbind_egl_context_to_flush_driver_caches) \
|
|
|
| namespace gpu {
|
|
|
|
|