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

Unified Diff: cc/trees/tree_synchronizer.h

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: .. Created 3 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/trees/tree_synchronizer.h
diff --git a/cc/trees/tree_synchronizer.h b/cc/trees/tree_synchronizer.h
index b088eaf02846c3c9e37fb39dcb7fdbc5aa13d382..e5a0b62a0f67e050cff10364bc763a17b0aee96f 100644
--- a/cc/trees/tree_synchronizer.h
+++ b/cc/trees/tree_synchronizer.h
@@ -13,7 +13,7 @@
namespace cc {
class LayerImpl;
-class LayerTree;
+class LayerTreeHost;
class LayerTreeImpl;
class Layer;
@@ -28,7 +28,7 @@ class CC_EXPORT TreeSynchronizer {
static void PushLayerProperties(LayerTreeImpl* pending_tree,
LayerTreeImpl* active_tree);
- static void PushLayerProperties(LayerTree* host_tree,
+ static void PushLayerProperties(LayerTreeHost* host_tree,
LayerTreeImpl* impl_tree);
private:

Powered by Google App Engine
This is Rietveld 408576698