| Index: mandoline/ui/aura/window_tree_host_mojo.h
|
| diff --git a/mandoline/ui/aura/window_tree_host_mojo.h b/mandoline/ui/aura/window_tree_host_mojo.h
|
| index 277b4231dfc12f5a316e05b9fecec75c602f118b..b3ce943c0c37abe539cad65305813c5e29c16f1c 100644
|
| --- a/mandoline/ui/aura/window_tree_host_mojo.h
|
| +++ b/mandoline/ui/aura/window_tree_host_mojo.h
|
| @@ -27,9 +27,9 @@
|
| class SurfaceContextFactory;
|
|
|
| class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| - public mus::ViewObserver {
|
| + public mojo::ViewObserver {
|
| public:
|
| - WindowTreeHostMojo(mojo::Shell* shell, mus::View* view);
|
| + WindowTreeHostMojo(mojo::Shell* shell, mojo::View* view);
|
| ~WindowTreeHostMojo() override;
|
|
|
| const gfx::Rect& bounds() const { return bounds_; }
|
| @@ -53,12 +53,12 @@
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| - // mus::ViewObserver:
|
| - void OnViewBoundsChanged(mus::View* view,
|
| + // mojo::ViewObserver:
|
| + void OnViewBoundsChanged(mojo::View* view,
|
| const mojo::Rect& old_bounds,
|
| const mojo::Rect& new_bounds) override;
|
|
|
| - mus::View* view_;
|
| + mojo::View* view_;
|
|
|
| gfx::Rect bounds_;
|
|
|
|
|