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

Unified Diff: components/view_manager/view_manager_root_impl.h

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: components/view_manager/view_manager_root_impl.h
diff --git a/components/view_manager/view_manager_root_impl.h b/components/view_manager/view_manager_root_impl.h
index f9e6a9b9e446e577e1a5c51fbce03db168b1f6ed..896971acf1e086a748ecefc0ae25ec9bab936878 100644
--- a/components/view_manager/view_manager_root_impl.h
+++ b/components/view_manager/view_manager_root_impl.h
@@ -23,7 +23,7 @@ namespace view_manager {
class ConnectionManager;
class ViewManagerRootDelegate;
-class ViewManagerServiceImpl;
+class ViewTreeImpl;
// ViewManagerRootImpl is an implementation of the ViewManagerRoot interface.
// It serves as a top level root view for a window. Its lifetime is managed by
@@ -47,7 +47,7 @@ class ViewManagerRootImpl : public DisplayManagerDelegate,
// Initializes state that depends on the existence of a ViewManagerRootImpl.
void Init(ViewManagerRootDelegate* delegate);
- ViewManagerServiceImpl* GetViewManagerService();
+ ViewTreeImpl* GetViewTree();
mojo::ViewManagerRootClient* client() const { return client_.get(); }
« no previous file with comments | « components/view_manager/view_manager_root_delegate.h ('k') | components/view_manager/view_manager_root_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698