Chromium Code Reviews| Index: cc/layer_tree_host_impl.h |
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
| index 3d92dc4fb19f667604cf73d4c85fb33b1146d39e..fd1debdfd34e96eb67e3d601a24d2163ff47ef6d 100644 |
| --- a/cc/layer_tree_host_impl.h |
| +++ b/cc/layer_tree_host_impl.h |
| @@ -311,6 +311,7 @@ private: |
| scoped_ptr<TileManager> m_tileManager; |
| scoped_ptr<LayerTreeImpl> m_pendingTree; |
| + scoped_ptr<LayerTreeImpl> m_recycleTree; |
|
enne (OOO)
2013/01/17 23:34:55
Can you add some comment here about how all these
jamesr
2013/01/18 01:16:42
Done.
|
| scoped_ptr<LayerTreeImpl> m_activeTree; |
| bool m_scrollDeltaIsInViewportSpace; |