summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_linux.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 00:00:22 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 00:00:22 +0000
commit4a7e43e76fb9ff1ae2c78ed62ee802e5c855aa56 (patch)
tree1b77d018b8faba9287f830c8230ae37ba9c7d062 /ui/aura/root_window_host_linux.h
parent407a34a0044b8ae31051e2276ffec438d6712ace (diff)
downloadchromium_src-4a7e43e76fb9ff1ae2c78ed62ee802e5c855aa56.zip
chromium_src-4a7e43e76fb9ff1ae2c78ed62ee802e5c855aa56.tar.gz
chromium_src-4a7e43e76fb9ff1ae2c78ed62ee802e5c855aa56.tar.bz2
Revert r128330 "* MonitorChangeObserverX11 that listen to Xrandr events and update monitor configurations."
TBR=ben@chromium.org BUG=115510 TEST=none Review URL: https://chromiumcodereview.appspot.com/9839032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window_host_linux.h')
-rw-r--r--ui/aura/root_window_host_linux.h4
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);
};