| 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 2b47249c562b7709f263aa1be6d92a41a62f7d9c..88740be878e68ff35a0869bbd63dcd80053f2551 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -124,6 +124,8 @@
|
| validate_multisample_buffer_allocation) \
|
| GPU_OP(WAKE_UP_GPU_BEFORE_DRAWING, \
|
| wake_up_gpu_before_drawing) \
|
| + GPU_OP(SUPPORT_BGRA_COLOR_READ_FORMAT, \
|
| + support_bgra_color_read_format) \
|
|
|
| namespace gpu {
|
|
|
|
|