| Index: ash/shelf/shelf_button.cc
|
| diff --git a/ash/shelf/shelf_button.cc b/ash/shelf/shelf_button.cc
|
| index 328fe5180694112bd59d89976e3d58ababbcc2a2..9cb7fcd8686eac7aeef40284eb31ca4127730b0a 100644
|
| --- a/ash/shelf/shelf_button.cc
|
| +++ b/ash/shelf/shelf_button.cc
|
| @@ -228,7 +228,7 @@ ShelfButton::ShelfButton(ShelfView* shelf_view)
|
| bar_(new BarView(shelf_view->shelf())),
|
| state_(STATE_NORMAL),
|
| destroyed_flag_(nullptr) {
|
| - SetAccessibilityFocusable(true);
|
| + SetFocusBehavior(FocusBehavior::ACCESSIBLE_ONLY);
|
|
|
| const gfx::ShadowValue kShadows[] = {
|
| gfx::ShadowValue(gfx::Vector2d(0, 2), 0, SkColorSetARGB(0x1A, 0, 0, 0)),
|
|
|