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

Unified Diff: mojo/aura/window_tree_host_mojo.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
« no previous file with comments | « mojo/aura/window_tree_host_mojo.h ('k') | mojo/examples/embedded_app/embedded_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/window_tree_host_mojo.cc
diff --git a/mojo/aura/window_tree_host_mojo.cc b/mojo/aura/window_tree_host_mojo.cc
index 75fdb7dff93e4037154fda33b1d52adfb6b80f15..edf19790d1828346d78f365f596f5527f580091c 100644
--- a/mojo/aura/window_tree_host_mojo.cc
+++ b/mojo/aura/window_tree_host_mojo.cc
@@ -164,11 +164,10 @@ ui::EventProcessor* WindowTreeHostMojo::GetEventProcessor() {
////////////////////////////////////////////////////////////////////////////////
// WindowTreeHostMojo, view_manager::NodeObserver implementation:
-void WindowTreeHostMojo::OnNodeBoundsChange(
+void WindowTreeHostMojo::OnNodeBoundsChanged(
view_manager::Node* node,
const gfx::Rect& old_bounds,
- const gfx::Rect& new_bounds,
- view_manager::NodeObserver::DispositionChangePhase phase) {
+ const gfx::Rect& new_bounds) {
bounds_ = new_bounds;
if (old_bounds.origin() != new_bounds.origin())
OnHostMoved(bounds_.origin());
« no previous file with comments | « mojo/aura/window_tree_host_mojo.h ('k') | mojo/examples/embedded_app/embedded_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698