| Index: mojo/aura/window_tree_host_mojo.h
|
| diff --git a/mojo/aura/window_tree_host_mojo.h b/mojo/aura/window_tree_host_mojo.h
|
| index 993c4b1a02c332027540cf0becddbc92dad6ea64..2b9f516ae7aac73f2c5f02580babae94497ebd30 100644
|
| --- a/mojo/aura/window_tree_host_mojo.h
|
| +++ b/mojo/aura/window_tree_host_mojo.h
|
| @@ -62,11 +62,10 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
|
|
|
| // view_manager::NodeObserver:
|
| - virtual void OnNodeBoundsChange(
|
| + virtual void OnNodeBoundsChanged(
|
| view_manager::Node* node,
|
| const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds,
|
| - view_manager::NodeObserver::DispositionChangePhase phase) OVERRIDE;
|
| + const gfx::Rect& new_bounds) OVERRIDE;
|
|
|
| view_manager::Node* node_;
|
|
|
|
|