Index: ui/aura/root_window_host_linux.h |
=================================================================== |
--- ui/aura/root_window_host_linux.h (revision 126124) |
+++ ui/aura/root_window_host_linux.h (working copy) |
@@ -43,6 +43,7 @@ |
virtual void UnConfineCursor() OVERRIDE; |
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; |
virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE; |
+ virtual NativeHandle GetNativeWindow() const OVERRIDE; |
// Returns true if there's an X window manager present... in most cases. Some |
// window managers (notably, ion3) don't implement enough of ICCCM for us to |