Index: ui/aura/window_tree_host.h |
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h |
index 908d9240a596356b7db5007218bc8b321fd1e932..04c1eae4990546b8bc60958a89578cbad4e6785f 100644 |
--- a/ui/aura/window_tree_host.h |
+++ b/ui/aura/window_tree_host.h |
@@ -170,6 +170,10 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate, |
// Releases OS capture of the root window. |
virtual void ReleaseCapture() = 0; |
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
+ virtual void RemapAsNormalWindow() = 0; |
Daniel Erat
2016/01/19 20:36:22
nit: add a comment like, "Remaps as a normal (i.e.
stapelberg
2016/01/20 13:31:09
Done.
|
+#endif |
+ |
protected: |
friend class TestScreen; // TODO(beng): see if we can remove/consolidate. |