| Index: ash/host/ash_window_tree_host_unified.h
|
| diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
|
| index 32557c9ed482af9f308fad2a385fefc55f1f7715..69c879ac32bf60f68f49cb5e71c5126dc375af0e 100644
|
| --- a/ash/host/ash_window_tree_host_unified.h
|
| +++ b/ash/host/ash_window_tree_host_unified.h
|
| @@ -60,6 +60,7 @@ class AshWindowTreeHostUnified : public AshWindowTreeHost,
|
| void SetCursorNative(gfx::NativeCursor cursor) override;
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
| + void RemapWindow() override;
|
|
|
| // aura::WindowObserver:
|
| void OnWindowDestroying(aura::Window* window) override;
|
|
|