| 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 a28f6b6d6b76596661e91dafe43a23925ed98404..223cf2167ad237369f17aa42fd048090567117a5 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -213,6 +213,8 @@
|
| disable_software_to_accelerated_canvas_upgrade) \
|
| GPU_OP(DISABLE_NON_EMPTY_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \
|
| disable_non_empty_post_sub_buffers_for_onscreen_surfaces) \
|
| + GPU_OP(AVOID_STENCIL_BUFFERS, \
|
| + avoid_stencil_buffers) \
|
| // clang-format on
|
|
|
| namespace gpu {
|
|
|