| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 67ac48c057bc6ea963419c4a5d34034bf2e5ae6c..62054ce2bebfdb6e0d2d5fbabd9c9c1e25065523 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -249,6 +249,7 @@ private:
|
|
|
| scoped_refptr<Layer> m_rootLayer;
|
| scoped_refptr<HeadsUpDisplayLayer> m_hudLayer;
|
| + scoped_refptr<Layer> m_topControlsContentLayer;
|
|
|
| scoped_ptr<PrioritizedResourceManager> m_contentsTextureManager;
|
| scoped_ptr<PrioritizedResource> m_surfaceMemoryPlaceholder;
|
|
|