| Index: ui/app_list/views/app_list_item_view.cc
|
| diff --git a/ui/app_list/views/app_list_item_view.cc b/ui/app_list/views/app_list_item_view.cc
|
| index 66a8299e07c2edf14ad4031a65a67fd330875928..8761d99061456ddcb450e01f7781cd29e4b3cf41 100644
|
| --- a/ui/app_list/views/app_list_item_view.cc
|
| +++ b/ui/app_list/views/app_list_item_view.cc
|
| @@ -306,7 +306,7 @@ void AppListItemView::ShowContextMenuForView(views::View* source,
|
| views::MENU_ANCHOR_TOPLEFT, source_type);
|
| }
|
|
|
| -void AppListItemView::StateChanged() {
|
| +void AppListItemView::StateChanged(ButtonState old_state) {
|
| if (state() == STATE_HOVERED || state() == STATE_PRESSED) {
|
| shadow_animator_.animation()->Show();
|
| // Show the hover/tap highlight: for tap, lighter highlight replaces darker
|
|
|