| 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..485833daeacb3d9a3eb17d61640420e27c6c2236 100644
|
| --- a/ash/host/ash_window_tree_host_unified.h
|
| +++ b/ash/host/ash_window_tree_host_unified.h
|
| @@ -60,6 +60,9 @@ class AshWindowTreeHostUnified : public AshWindowTreeHost,
|
| void SetCursorNative(gfx::NativeCursor cursor) override;
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| + void RemapAsNormalWindow() override;
|
| +#endif
|
|
|
| // aura::WindowObserver:
|
| void OnWindowDestroying(aura::Window* window) override;
|
|
|