summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host.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.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.h')
-rw-r--r--ui/aura/root_window_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 4ab1830..2eb29b9 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -79,9 +79,6 @@ class RootWindowHost {
// Moves the cursor to the specified location relative to the root window.
virtual void MoveCursorTo(const gfx::Point& location) = 0;
- // Sets if the window should be focused when shown.
- virtual void SetFocusWhenShown(bool focus_when_shown) = 0;
-
// Posts |native_event| to the platform's event queue.
#if !defined(OS_MACOSX)
virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0;