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

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: Layer GetLayerTree now directly uses LayerTree pointer. 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..58688b767069deaddb75b1a58cc1823db30a367e 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,7 +29,7 @@ class CC_EXPORT TreeSynchronizer {
static void PushLayerProperties(LayerTreeImpl* pending_tree,
LayerTreeImpl* active_tree);
- static void PushLayerProperties(LayerTreeHost* host_tree,
+ static void PushLayerProperties(LayerTree* host_tree,
LayerTreeImpl* impl_tree);
private:

Powered by Google App Engine
This is Rietveld 408576698