| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index e134cb0412daa734565ecb766a7d028ac6993421..ea2997ae183a4881240d37ea8c7db02cbd8d1e28 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -82,6 +82,7 @@ struct CC_EXPORT RendererCapabilities {
|
| bool using_offscreen_context3d;
|
| int max_texture_size;
|
| bool avoid_pow2_textures;
|
| + bool using_map_image;
|
| };
|
|
|
| class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
|
|