| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index ef5cb6acdc2b1d2712515356ee9a820bef55f872..6dfddfd706163fd66ce18de90c5f773bbdd67f43 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -389,6 +389,7 @@ class CC_EXPORT LayerTreeHost {
|
|
|
| scoped_refptr<Layer> root_layer_;
|
| scoped_refptr<HeadsUpDisplayLayer> hud_layer_;
|
| + PropertyTrees property_trees_;
|
|
|
| scoped_ptr<PrioritizedResourceManager> contents_texture_manager_;
|
| scoped_ptr<PrioritizedResource> surface_memory_placeholder_;
|
|
|