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

Unified Diff: cc/trees/tree_synchronizer.h

Issue 2159513003: Setup LayerTree class, refactor 2 functions from LayerTreeHost to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove external access to layer_id_map_ in LayerTree. Created 4 years, 5 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/trees/tree_synchronizer.h
diff --git a/cc/trees/tree_synchronizer.h b/cc/trees/tree_synchronizer.h
index e5a0b62a0f67e050cff10364bc763a17b0aee96f..d02b02561de2bb8d9f899d28f5ee2de5c65f07a9 100644
--- a/cc/trees/tree_synchronizer.h
+++ b/cc/trees/tree_synchronizer.h
@@ -13,6 +13,7 @@
namespace cc {
class LayerImpl;
+class LayerTree;
class LayerTreeHost;
class LayerTreeImpl;
class Layer;
@@ -28,6 +29,8 @@ class CC_EXPORT TreeSynchronizer {
static void PushLayerProperties(LayerTreeImpl* pending_tree,
LayerTreeImpl* active_tree);
+ static void PushLayerProperties(LayerTree* host_tree,
+ LayerTreeImpl* impl_tree);
static void PushLayerProperties(LayerTreeHost* host_tree,
Khushal 2016/07/20 00:46:52 Is there a reason why we still need the the PushPr
xingliu 2016/07/20 20:33:06 Fixed.
LayerTreeImpl* impl_tree);

Powered by Google App Engine
This is Rietveld 408576698