| 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 efa85ee61d950b4121f7ae9bb7cdb61f6ff04de7..60f189ce0074f0ee85fc16e767312386576640b2 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -183,6 +183,8 @@
|
| wake_up_gpu_before_drawing) \
|
| GPU_OP(USE_TESTING_GPU_DRIVER_WORKAROUND, \
|
| use_gpu_driver_workaround_for_testing) \
|
| + GPU_OP(SANDBOX_START_EARLY, \
|
| + sandbox_start_early) \
|
| // clang-format on
|
|
|
| namespace gpu {
|
|
|