| 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 f5f6bca79e077a7628c081615af5cabc7dc803f3..d9c3f01d7a5b1dfa9210be8cd12cde78c86d46f9 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -189,6 +189,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 {
|
|
|