summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/aura/window_tree_host_mojo.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoline/ui/aura/window_tree_host_mojo.h')
-rw-r--r--mandoline/ui/aura/window_tree_host_mojo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mandoline/ui/aura/window_tree_host_mojo.h b/mandoline/ui/aura/window_tree_host_mojo.h
index 277b423..b3ce943 100644
--- a/mandoline/ui/aura/window_tree_host_mojo.h
+++ b/mandoline/ui/aura/window_tree_host_mojo.h
@@ -27,9 +27,9 @@ class InputMethodMandoline;
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 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
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_;