| Index: ash/launcher/launcher_button.cc
|
| diff --git a/ash/launcher/launcher_button.cc b/ash/launcher/launcher_button.cc
|
| index fa14b749fd4f5a92d07c07a1711f35a01f78debc..2bebe0be9d68ca5469a16435545f09bbbe225fc9 100644
|
| --- a/ash/launcher/launcher_button.cc
|
| +++ b/ash/launcher/launcher_button.cc
|
| @@ -156,8 +156,8 @@ bool LauncherButton::OnMousePressed(const views::MouseEvent& event) {
|
| }
|
|
|
| void LauncherButton::OnMouseReleased(const views::MouseEvent& event) {
|
| - host_->MouseReleasedOnButton(this, false);
|
| CustomButton::OnMouseReleased(event);
|
| + host_->MouseReleasedOnButton(this, false);
|
| }
|
|
|
| void LauncherButton::OnMouseCaptureLost() {
|
|
|