| Index: gpu/command_buffer/common/capabilities.h
|
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
|
| index b6445c376d31ef2a114484dfdc368c48cc6fb8c9..29d025f785be364804031dd7c8a716bb55c52091 100644
|
| --- a/gpu/command_buffer/common/capabilities.h
|
| +++ b/gpu/command_buffer/common/capabilities.h
|
| @@ -154,7 +154,8 @@ struct GPU_EXPORT Capabilities {
|
| bool disable_multisampling_color_mask_usage = false;
|
| bool disable_webgl_rgb_multisampling_usage = false;
|
| bool gpu_rasterization = false;
|
| - bool set_draw_rectangle = false;
|
| + // True if DirectComposition layers are enabled.
|
| + bool dc_layers = 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
|
|
|