| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 1a50255dd2ad23ea2f14c819348d860002d19121..8313d15c1e2172b9a68bc21e9e2fe54455c2a5eb 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -1509,7 +1509,7 @@ void ShelfView::GetAccessibleState(ui::AXViewState* state) {
|
|
|
| void ShelfView::ViewHierarchyChanged(
|
| const ViewHierarchyChangedDetails& details) {
|
| - if (details.is_add && details.child == this && GetWidget())
|
| + if (details.is_add && details.child == this)
|
| tooltip_.Init();
|
| }
|
|
|
|
|