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 a3d1ffeacc55e238f52255cd15347612721c07d9..f41236041581a3b229a4a4414456cf5bd391fa43 100644 |
| --- a/gpu/command_buffer/common/capabilities.h |
| +++ b/gpu/command_buffer/common/capabilities.h |
| @@ -158,6 +158,8 @@ struct GPU_EXPORT Capabilities { |
| // work around this. See https://crbug.com/449150 for an example. |
| bool emulate_rgb_buffer_with_rgba; |
| + bool swap_buffers_with_damage; |
|
piman
2016/09/08 04:27:11
nit: maybe move this around l.118 together with po
halliwell
2016/09/08 13:19:00
Done.
|
| + |
| int major_version; |
| int minor_version; |
| }; |