| 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 328fca0a42d50cddc5018d7c532874b9812df1af..41ccf2e40afbe7a90c7986826f725b62c3d937a4 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -58,6 +58,8 @@
|
| use_current_program_after_successful_link) \
|
| GPU_OP(USE_NON_ZERO_SIZE_FOR_CLIENT_SIDE_STREAM_BUFFERS, \
|
| use_non_zero_size_for_client_side_stream_buffers) \
|
| + GPU_OP(DISABLE_ASYNC_READPIXELS, \
|
| + disable_async_readpixels) \
|
|
|
| namespace gpu {
|
|
|
| @@ -75,4 +77,3 @@ GPU_EXPORT std::string GpuDriverBugWorkaroundTypeToString(
|
| } // namespace gpu
|
|
|
| #endif // GPU_CONFIG_GPU_DRIVER_BUG_WORKAROUND_TYPE_H_
|
| -
|
|
|