Chromium Code Reviews| Index: gpu/command_buffer/common/capabilities.h |
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h |
| index cb0246f7875ce8f31f301e6dbb486f2c889c43e1..df97d1ff0804d56e84422b3b8218406ac62c730c 100644 |
| --- a/gpu/command_buffer/common/capabilities.h |
| +++ b/gpu/command_buffer/common/capabilities.h |
| @@ -23,6 +23,7 @@ struct GPU_EXPORT Capabilities { |
| bool sync_query; |
| bool image; |
| bool future_sync_points; |
| + bool blend_minmax; |
| Capabilities(); |
| }; |