diff options
Diffstat (limited to 'ui/aura/root_window_host_linux.h')
-rw-r--r-- | ui/aura/root_window_host_linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h index 5b4c96a..a045a52 100644 --- a/ui/aura/root_window_host_linux.h +++ b/ui/aura/root_window_host_linux.h @@ -42,7 +42,6 @@ class RootWindowHostLinux : public RootWindowHost { virtual bool ConfineCursorToRootWindow() OVERRIDE; virtual void UnConfineCursor() OVERRIDE; virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; - virtual void SetFocusWhenShown(bool focus_when_shown) OVERRIDE; virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE; // Returns true if there's an X window manager present... in most cases. Some @@ -75,9 +74,6 @@ class RootWindowHostLinux : public RootWindowHost { // The bounds of |xwindow_|. gfx::Rect bounds_; - // True if the window should be focused when the window is shown. - bool focus_when_shown_; - DISALLOW_COPY_AND_ASSIGN(RootWindowHostLinux); }; |