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

Unified Diff: services/ui/view_manager/view_registry.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/launcher/launcher_view_tree.cc ('k') | services/ui/view_manager/view_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/view_manager/view_registry.h
diff --git a/services/ui/view_manager/view_registry.h b/services/ui/view_manager/view_registry.h
index fb6fc813db6ea53ba3fd14576f61677863259e28..9453df15a1d9cdf64571ac29a4efb052e7a909cd 100644
--- a/services/ui/view_manager/view_registry.h
+++ b/services/ui/view_manager/view_registry.h
@@ -115,9 +115,9 @@ class ViewRegistry : public mojo::ui::ViewInspector {
uint32_t root_key,
mojo::InterfaceHandle<mojo::ui::ViewOwner> root_view_owner);
- // Resets the root of the view tree.
+ // Removes the root of the view tree.
// Destroys |tree_state| if an error occurs.
- void ResetRoot(ViewTreeState* tree_state,
+ void ClearRoot(ViewTreeState* tree_state,
mojo::InterfaceRequest<mojo::ui::ViewOwner>
transferred_view_owner_request);
« no previous file with comments | « services/ui/launcher/launcher_view_tree.cc ('k') | services/ui/view_manager/view_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698