| Index: ash/launcher/launcher_tooltip_manager.cc
|
| diff --git a/ash/launcher/launcher_tooltip_manager.cc b/ash/launcher/launcher_tooltip_manager.cc
|
| index 4263bd6458084690f73b10aefa5cb35eb7d3af9c..05e8ccca84de1b1f59191c75ef3f351203381865 100644
|
| --- a/ash/launcher/launcher_tooltip_manager.cc
|
| +++ b/ash/launcher/launcher_tooltip_manager.cc
|
| @@ -302,15 +302,12 @@ ui::EventResult LauncherTooltipManager::OnTouchEvent(ui::TouchEvent* event) {
|
| return ui::ER_UNHANDLED;
|
| }
|
|
|
| -ui::EventResult LauncherTooltipManager::OnGestureEvent(
|
| - ui::GestureEvent* event) {
|
| +void LauncherTooltipManager::OnGestureEvent(ui::GestureEvent* event) {
|
| if (widget_ && widget_->IsVisible()) {
|
| // Because this mouse event may arrive to |view_|, here we just schedule
|
| // the closing event rather than directly calling Close().
|
| CloseSoon();
|
| }
|
| -
|
| - return ui::ER_UNHANDLED;
|
| }
|
|
|
| void LauncherTooltipManager::OnSessionStateEvent(
|
|
|