| Index: gpu/command_buffer/common/capabilities.h
|
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
|
| index a46e18ad4ce5c22b173a2e52c2dcb51de44a0888..115c7d558b74fc10c1a5afd6fd81e2c5f8095598 100644
|
| --- a/gpu/command_buffer/common/capabilities.h
|
| +++ b/gpu/command_buffer/common/capabilities.h
|
| @@ -151,6 +151,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
|
|
|