| Index: gpu/command_buffer/common/capabilities.h
|
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
|
| index e4ff124b87493806e0f04d1933a380ab547dec7c..a5e89d3716feb73fb0ba6e20608187e4bcc7f1c9 100644
|
| --- a/gpu/command_buffer/common/capabilities.h
|
| +++ b/gpu/command_buffer/common/capabilities.h
|
| @@ -150,6 +150,7 @@ struct GPU_EXPORT Capabilities {
|
| bool disable_one_component_textures;
|
| bool disable_multisampling_color_mask_usage;
|
| bool disable_webgl_rgb_multisampling_usage;
|
| + bool set_draw_rectangle;
|
|
|
| // 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
|
|
|