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

Unified Diff: mojo/services/public/cpp/view_manager/lib/node_observer.cc

Issue 374933003: Remove DispositionChangePhase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/lib/node_observer.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/node_observer.cc b/mojo/services/public/cpp/view_manager/lib/node_observer.cc
index a0f9f4e67c2be381858603646cc828d62001e644..0c965381cbca27c0c69820b831587c23d993cc65 100644
--- a/mojo/services/public/cpp/view_manager/lib/node_observer.cc
+++ b/mojo/services/public/cpp/view_manager/lib/node_observer.cc
@@ -16,8 +16,7 @@ NodeObserver::TreeChangeParams::TreeChangeParams()
: target(NULL),
old_parent(NULL),
new_parent(NULL),
- receiver(NULL),
- phase(NodeObserver::DISPOSITION_CHANGING) {}
+ receiver(NULL) {}
} // namespace view_manager
} // namespace mojo
« no previous file with comments | « mojo/services/public/cpp/view_manager/lib/node.cc ('k') | mojo/services/public/cpp/view_manager/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698