Index: ui/aura/window_tree_host_x11.h |
diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h |
index bc994a7eb877df92d5faa1d49221ea4f432e7da7..624a5f959ee9d68e394c0f1c24f11389eaaa3d39 100644 |
--- a/ui/aura/window_tree_host_x11.h |
+++ b/ui/aura/window_tree_host_x11.h |
@@ -49,6 +49,7 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost, |
gfx::Point GetLocationOnNativeScreen() const override; |
void SetCapture() override; |
void ReleaseCapture() override; |
+ void RemapAsNormalWindow() override; |
void SetCursorNative(gfx::NativeCursor cursor_type) override; |
void MoveCursorToNative(const gfx::Point& location) override; |
void OnCursorVisibilityChangedNative(bool show) override; |