Chromium Code Reviews| 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 b112e0db3b44a343c51040f23b7c7dca09a9cef7..986ba87801a0b967bce5a5426991ab6c6b0cbcc1 100644 |
| --- a/gpu/config/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h |
| @@ -158,6 +158,8 @@ |
| validate_multisample_buffer_allocation) \ |
| GPU_OP(WAKE_UP_GPU_BEFORE_DRAWING, \ |
| wake_up_gpu_before_drawing) \ |
| + GPU_OP(USE_TESTING_GPU_DRIVER_WORKAROUND, \ |
| + use_testing_gpu_driver_workaround) \ |
|
Ken Russell (switch to Gerrit)
2016/03/30 22:17:42
nit: use_gpu_driver_workaround_for_testing
Julien Isorce Samsung
2016/03/31 15:20:10
Done.
|
| namespace gpu { |