| 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..0ac1136b7f6a6a4294cb73d00c065af6af998010 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_dc_overlays_for_video = false;
|
|
|
| // 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
|
|
|