| Index: ash/shelf/shelf_tooltip_manager.cc
|
| diff --git a/ash/shelf/shelf_tooltip_manager.cc b/ash/shelf/shelf_tooltip_manager.cc
|
| index 3f9bbed3ae24c7f216c18382cc1eb35a9da1728d..30de9421a3abf6bc3638f9769c63be70d7f37c25 100644
|
| --- a/ash/shelf/shelf_tooltip_manager.cc
|
| +++ b/ash/shelf/shelf_tooltip_manager.cc
|
| @@ -239,7 +239,9 @@ void ShelfTooltipManager::WillChangeVisibilityState(
|
| Close();
|
| }
|
|
|
| -void ShelfTooltipManager::OnAutoHideStateChanged(ShelfAutoHideState new_state) {
|
| +void ShelfTooltipManager::OnAutoHideStateChanged(
|
| + ShelfLayoutManager* layout_manager,
|
| + ShelfAutoHideState new_state) {
|
| if (new_state == SHELF_AUTO_HIDE_HIDDEN) {
|
| timer_.Stop();
|
| // AutoHide state change happens during an event filter, so immediate close
|
|
|