Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: cc/layer_tree_host_impl.h

Issue 11882037: Activate LayerImpl tree with sync+push instead of pointer swap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698