| 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 796ca1390ec0befec63f33980b730e64394634ca..5b3c684c5b7c5f3ae9d295064720abebd22a64be 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -18,6 +18,8 @@
|
| count_all_in_varyings_packing) \
|
| GPU_OP(DISABLE_ANGLE_INSTANCED_ARRAYS, \
|
| disable_angle_instanced_arrays) \
|
| + GPU_OP(DISABLE_ARB_SYNC, \
|
| + disable_arb_sync) \
|
| GPU_OP(DISABLE_ASYNC_READPIXELS, \
|
| disable_async_readpixels) \
|
| GPU_OP(DISABLE_D3D11, \
|
|
|