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

Unified Diff: services/ui/view_manager/view_tree_impl.h

Issue 1779933003: Mozart: Replace Set/Reset nomenclature with Set/Clear. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-8
Patch Set: Created 4 years, 9 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 | « services/ui/view_manager/view_registry.cc ('k') | services/ui/view_manager/view_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/view_manager/view_tree_impl.h
diff --git a/services/ui/view_manager/view_tree_impl.h b/services/ui/view_manager/view_tree_impl.h
index 26ee83f17ae4700635c9de7f5734282a41367dad..c03378e3cfd144a8520d74e1a70e2e3f5b9442ae 100644
--- a/services/ui/view_manager/view_tree_impl.h
+++ b/services/ui/view_manager/view_tree_impl.h
@@ -32,7 +32,7 @@ class ViewTreeImpl : public mojo::ui::ViewTree, public mojo::ServiceProvider {
void SetRoot(
uint32_t root_key,
mojo::InterfaceHandle<mojo::ui::ViewOwner> root_view_owner) override;
- void ResetRoot(mojo::InterfaceRequest<mojo::ui::ViewOwner>
+ void ClearRoot(mojo::InterfaceRequest<mojo::ui::ViewOwner>
transferred_view_owner_request) override;
void LayoutRoot(mojo::ui::ViewLayoutParamsPtr root_layout_params,
const LayoutRootCallback& callback) override;
« no previous file with comments | « services/ui/view_manager/view_registry.cc ('k') | services/ui/view_manager/view_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698