| 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 f3f4be91e348b4dfdbc0a5085e941bfdcfe63685..097515e53f2fcb557e2dbe6d08ca9b94a94f8f9e 100644
|
| --- a/mojo/aura/window_tree_host_mojo.h
|
| +++ b/mojo/aura/window_tree_host_mojo.h
|
| @@ -56,8 +56,8 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
|
|
| // ViewObserver:
|
| void OnViewBoundsChanged(View* view,
|
| - const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds) override;
|
| + const Rect& old_bounds,
|
| + const Rect& new_bounds) override;
|
|
|
| View* view_;
|
|
|
|
|