diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 18:23:02 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 18:23:02 +0000 |
commit | 01ba68876697c812af59ae26503db7fe72b52677 (patch) | |
tree | a601fdb4391ccd3d03d72d8af30e891dfcddfb86 /ash/root_window_controller.h | |
parent | 4a007aac63e4f16a6d473b5a17903d66258e30d2 (diff) | |
download | chromium_src-01ba68876697c812af59ae26503db7fe72b52677.zip chromium_src-01ba68876697c812af59ae26503db7fe72b52677.tar.gz chromium_src-01ba68876697c812af59ae26503db7fe72b52677.tar.bz2 |
Revert r14457 "Cancel drag if display configuration changes."
This reverts commit 116e78b0600dd591d2b54390e290e95b8ea0355b.
link error in win_aura
TBR=oshima@chromium.org
BUG=14457
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10913174
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/root_window_controller.h')
-rw-r--r-- | ash/root_window_controller.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h index c17d85a..473c96e 100644 --- a/ash/root_window_controller.h +++ b/ash/root_window_controller.h @@ -59,12 +59,6 @@ class RootWindowController { void CreateContainers(); void InitLayoutManagers(); - // Deletes associated objects and clears the state, but doesn't delete - // the root window yet. This is used to delete a secondary displays' - // root window safely when the display disconnect signal is received, - // which may come while we're in the nested message loop. - void Shutdown(); - // Deletes all child windows and performs necessary cleanup. void CloseChildWindows(); |