summaryrefslogtreecommitdiffstats
path: root/ash/tooltips
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 /ash/tooltips
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 'ash/tooltips')
-rw-r--r--ash/tooltips/tooltip_controller.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc
index a999c59..48a4d9b 100644
--- a/ash/tooltips/tooltip_controller.cc
+++ b/ash/tooltips/tooltip_controller.cc
@@ -265,7 +265,6 @@ bool TooltipController::PreHandleMouseEvent(aura::Window* target,
case ui::ET_MOUSE_RELEASED:
case ui::ET_MOUSE_DRAGGED:
case ui::ET_MOUSEWHEEL:
- case ui::ET_MOUSE_CAPTURE_CHANGED:
// Hide the tooltip for click, release, drag, wheel events.
if (tooltip_->IsVisible())
tooltip_->Hide();