| 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 56141c2ac6dca7800bbea58504a21a04b5573aca..3ba63eeed08197edeb1834e086d2f646affd10d2 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -169,6 +169,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 {
|
|
|