summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host.h
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-10 00:23:44 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-10 00:23:44 +0000
commit7fda66898004922643085abb8e0db12d2d3e5c40 (patch)
tree5955b9ae7107cd5ee4d28e3093f5a349680219eb /ui/aura/root_window_host.h
parent4f23a5a1eec697941fe4cc5d34fdff418fbe557e (diff)
downloadchromium_src-7fda66898004922643085abb8e0db12d2d3e5c40.zip
chromium_src-7fda66898004922643085abb8e0db12d2d3e5c40.tar.gz
chromium_src-7fda66898004922643085abb8e0db12d2d3e5c40.tar.bz2
Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a popup)
2) Adds support for capture lost events due to Window::SetCapture BUG=107875 TEST= 1) Make sure that browser does not brash when drag and drop from bookmarks tab and Ctrl-Tab 2) Make sure that bug 105993 does not repro Review URL: https://chromiumcodereview.appspot.com/9228004 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9373047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window_host.h')
-rw-r--r--ui/aura/root_window_host.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 551aaf9..476ba6a 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -58,12 +58,6 @@ class RootWindowHost : public MessageLoop::Dispatcher {
// Returns the location of the RootWindow on native screen.
virtual gfx::Point GetLocationOnNativeScreen() const = 0;
- // Set the OS capture to the root window.
- virtual void SetCapture() = 0;
-
- // Release OS capture of the root window.
- virtual void ReleaseCapture() = 0;
-
// Sets the currently displayed cursor. Shows the cursor by default.
// If you want to update hidden cursor, should call ShowCursor(false)
// after this function.