| Index: ash/launcher/launcher_view.cc
|
| diff --git a/ash/launcher/launcher_view.cc b/ash/launcher/launcher_view.cc
|
| index a3c2fe79aced7c97698bf1b79aec29b8538fad9a..c5044ad5c9a57078f92217dfa6aad4decff7caef 100644
|
| --- a/ash/launcher/launcher_view.cc
|
| +++ b/ash/launcher/launcher_view.cc
|
| @@ -705,7 +705,7 @@ bool LauncherView::ShouldHideTooltip(const gfx::Point& cursor_location) {
|
| continue;
|
|
|
| gfx::Rect child_bounds = child->GetMirroredBounds();
|
| - active_bounds = active_bounds.Union(child_bounds);
|
| + active_bounds.Union(child_bounds);
|
| }
|
|
|
| return !active_bounds.Contains(cursor_location);
|
|
|