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

Unified Diff: components/view_manager/view_manager_root_impl.cc

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.cc
diff --git a/components/view_manager/view_manager_root_impl.cc b/components/view_manager/view_manager_root_impl.cc
index a162747855acb6f781fd38ae5de772a4817a739e..529c722d67d40ed606ff074a3adbc8bbc60a05ae 100644
--- a/components/view_manager/view_manager_root_impl.cc
+++ b/components/view_manager/view_manager_root_impl.cc
@@ -37,8 +37,8 @@ void ViewManagerRootImpl::Init(ViewManagerRootDelegate* delegate) {
delegate_->OnDisplayInitialized();
}
-ViewManagerServiceImpl* ViewManagerRootImpl::GetViewManagerService() {
- return delegate_ ? delegate_->GetViewManagerService() : nullptr;
+ViewTreeImpl* ViewManagerRootImpl::GetViewTree() {
+ return delegate_ ? delegate_->GetViewTree() : nullptr;
}
bool ViewManagerRootImpl::IsViewAttachedToRoot(const ServerView* view) const {
« no previous file with comments | « components/view_manager/view_manager_root_impl.h ('k') | components/view_manager/view_manager_service_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698