| 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 41ccf2e40afbe7a90c7986826f725b62c3d937a4..990c6ae9e7f80a4a868f76fc1a668b87aa2f7617 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -60,6 +60,8 @@
|
| use_non_zero_size_for_client_side_stream_buffers) \
|
| GPU_OP(DISABLE_ASYNC_READPIXELS, \
|
| disable_async_readpixels) \
|
| + GPU_OP(DISABLE_D3D11, \
|
| + disable_d3d11) \
|
|
|
| namespace gpu {
|
|
|
|
|