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..bc6f80a5294a8b8170837e47728d704ea7d508d1 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 RemapAsNormalWindow() override; |
Daniel Erat
2016/01/19 20:36:22
is this header included on all platforms? if so, t
stapelberg
2016/01/20 13:31:09
Based on ash/BUILD.gn containing e.g. Windows-spec
|
// aura::WindowObserver: |
void OnWindowDestroying(aura::Window* window) override; |