diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 16:30:15 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 16:30:15 +0000 |
commit | 7d733b43e51d53a70e5e8062e485b5cd533c25a8 (patch) | |
tree | 9e4001a80c9ccec8f7e5501555f924503f39387b /ui/aura/root_window_host.h | |
parent | 32793338010caebb42a4f32801b025c26be388fd (diff) | |
download | chromium_src-7d733b43e51d53a70e5e8062e485b5cd533c25a8.zip chromium_src-7d733b43e51d53a70e5e8062e485b5cd533c25a8.tar.gz chromium_src-7d733b43e51d53a70e5e8062e485b5cd533c25a8.tar.bz2 |
Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-after-free."
This causes a black screen on Alex when building from ToT chrome.
BUG=chromium-os:28304
TBR=oshima
TEST=can log in on Alex
Review URL: https://chromiumcodereview.appspot.com/9838060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window_host.h')
-rw-r--r-- | ui/aura/root_window_host.h | 3 |
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; |