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

Unified Diff: cc/layers/layer.h

Issue 2216203002: Refactor MutatorHostClient from LayerTreeHost to LayerTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 560e3e77d5db245352fc916b0041b1ebb420eaee..408117caab20953090fc9064b7a23afd98d22290 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -558,6 +558,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
friend class LayerSerializationTest;
friend class LayerTreeHostCommon;
friend class LayerTreeHost;
+ friend class LayerTree;
Khushal 2016/08/08 16:55:02 Did we need to friend LayerTree in this change?
xingliu 2016/08/09 20:57:04 In LayerTree MutatorHostClient override functions,
friend class LayerInternalsForTest;
// Interactions with attached animations.
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698