| Index: ash/host/ash_window_tree_host_x11.h
|
| diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
|
| index f0e30d3731ab90a74991f62186b48ba9b868f6f5..0c9830819b31b87adce6057fca970db0b05359eb 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -34,13 +34,14 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| aura::WindowTreeHost* AsWindowTreeHost() override;
|
| void PrepareForShutdown() override;
|
|
|
| - // aura::WindowTreehost:
|
| + // aura::WindowTreeHost:
|
| void SetBounds(const gfx::Rect& bounds) override;
|
| gfx::Transform GetRootTransform() const override;
|
| void SetRootTransform(const gfx::Transform& transform) override;
|
| gfx::Transform GetInverseRootTransform() const override;
|
| void UpdateRootWindowSize(const gfx::Size& host_size) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
| + void RemapAsNormalWindow() override;
|
|
|
| // aura::WindowTreeHostX11:
|
| void OnConfigureNotify() override;
|
|
|