| Index: ash/launcher/launcher_view.cc
|
| diff --git a/ash/launcher/launcher_view.cc b/ash/launcher/launcher_view.cc
|
| index 8826b373b58fc9cf448d63ecf3b00d9b28a7afa0..d674bb343f3ed6a78c2009631531d8012f5e78d0 100644
|
| --- a/ash/launcher/launcher_view.cc
|
| +++ b/ash/launcher/launcher_view.cc
|
| @@ -210,6 +210,7 @@ void LauncherView::Init() {
|
| }
|
|
|
| overflow_button_ = new views::ImageButton(this);
|
| + overflow_button_->set_focusable(true);
|
| overflow_button_->SetImage(
|
| views::CustomButton::BS_NORMAL,
|
| rb.GetImageNamed(IDR_AURA_LAUNCHER_OVERFLOW).ToSkBitmap());
|
|
|