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 243e10b806e7ef9e5d35949a3f9caebabdd9f73f..d441e17918113f3563e0ed493cc91b7a5ca96f47 100644 |
| --- a/gpu/command_buffer/common/capabilities.h |
| +++ b/gpu/command_buffer/common/capabilities.h |
| @@ -159,6 +159,7 @@ struct GPU_EXPORT Capabilities { |
| bool multisample_compatibility = false; |
| // True if DirectComposition layers are enabled. |
| bool dc_layers = false; |
| + bool use_overlays_for_video = false; |
|
sunnyps
2017/07/24 22:03:47
nit: If this is windows/DC specific, maybe the nam
|
| // When this parameter is true, a CHROMIUM image created with RGB format will |
| // actually have RGBA format. The client is responsible for handling most of |