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

Unified Diff: mojo/services/public/cpp/view_manager/node.h

Issue 424533002: Cleans up usage of ViewManagerServiceImpl::roots_ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix attempt 2 Created 6 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: mojo/services/public/cpp/view_manager/node.h
diff --git a/mojo/services/public/cpp/view_manager/node.h b/mojo/services/public/cpp/view_manager/node.h
index eaeaf15cb36f72b5849f17355bfa5e31a2cba03d..3c3ca83cbda02cdbbfd913a105b8ade8f145425b 100644
--- a/mojo/services/public/cpp/view_manager/node.h
+++ b/mojo/services/public/cpp/view_manager/node.h
@@ -81,6 +81,7 @@ class Node {
private:
friend class NodePrivate;
+ friend class ViewManagerClientImpl;
explicit Node(ViewManager* manager);

Powered by Google App Engine
This is Rietveld 408576698