| 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 0b67e54f5c9520c5f1ef4b722a070c66e2a8fb35..d92e3556c77a3b8ef2cccd3cf26db94a47879f6f 100644
|
| --- a/mojo/aura/window_tree_host_mojo.cc
|
| +++ b/mojo/aura/window_tree_host_mojo.cc
|
| @@ -61,7 +61,7 @@ class TreeHosts : public base::SupportsUserData::Data {
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // WindowTreeHostMojo, public:
|
|
|
| -WindowTreeHostMojo::WindowTreeHostMojo(view_manager::Node* node,
|
| +WindowTreeHostMojo::WindowTreeHostMojo(Node* node,
|
| WindowTreeHostMojoDelegate* delegate)
|
| : node_(node),
|
| bounds_(node->bounds()),
|
| @@ -157,10 +157,10 @@ ui::EventProcessor* WindowTreeHostMojo::GetEventProcessor() {
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// WindowTreeHostMojo, view_manager::NodeObserver implementation:
|
| +// WindowTreeHostMojo, NodeObserver implementation:
|
|
|
| void WindowTreeHostMojo::OnNodeBoundsChanged(
|
| - view_manager::Node* node,
|
| + Node* node,
|
| const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) {
|
| bounds_ = new_bounds;
|
|
|