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-09-10 18:23:02 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-10 18:23:02 +0000
commit01ba68876697c812af59ae26503db7fe72b52677 (patch)
treea601fdb4391ccd3d03d72d8af30e891dfcddfb86 /ui/aura/root_window_host.h
parent4a007aac63e4f16a6d473b5a17903d66258e30d2 (diff)
downloadchromium_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 '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 ee5eb20..74502bf 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -105,9 +105,6 @@ class RootWindowHost {
// Called when the device scale factor of the root window has chagned.
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) = 0;
-
- // Stop listening events in preparation for shutdown.
- virtual void PrepareForShutdown() = 0;
};
} // namespace aura