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