Chromium Code Reviews| Index: cc/trees/layer_tree_host.h |
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
| index 5bf5bb238813debb8e12c60d41a405734c940c1f..cf3f8abbb64a0e7c39afa99abf4ac8afb0dbac6d 100644 |
| --- a/cc/trees/layer_tree_host.h |
| +++ b/cc/trees/layer_tree_host.h |
| @@ -83,6 +83,7 @@ struct CC_EXPORT RendererCapabilities { |
| bool avoid_pow2_textures; |
| bool using_map_image; |
| bool using_shared_memory_resources; |
| + bool using_discard_framebuffer; |
| }; |
| struct CC_EXPORT UIResourceRequest { |