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

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: Rebase on another LTH refactor CL. 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 | « cc/debug/unittest_only_benchmark.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
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 eaba892bda1494519b01bc73cfa6df24d3ab6eaf..2f2bb308c9464f8f46cb8239efa79ecb3022efa6 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -554,6 +554,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
friend class LayerSerializationTest;
friend class LayerTreeHostCommon;
friend class LayerTreeHost;
+ friend class LayerTree;
friend class LayerInternalsForTest;
// Interactions with attached animations.
« no previous file with comments | « cc/debug/unittest_only_benchmark.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698