Index: ash/wm/status_area_layout_manager.cc |
diff --git a/ash/wm/status_area_layout_manager.cc b/ash/wm/status_area_layout_manager.cc |
index e17d84e26d27fc9f8675c0bc164545265f3741b7..d9e0424d24065900d881001e7784debcbec35ced 100644 |
--- a/ash/wm/status_area_layout_manager.cc |
+++ b/ash/wm/status_area_layout_manager.cc |
@@ -70,7 +70,7 @@ void StatusAreaLayoutManager::SetChildBounds( |
void StatusAreaLayoutManager::LayoutStatusArea() { |
// Shelf layout manager may be already doing layout. |
- if (shelf_->shelf_layout_manager()->in_layout()) |
+ if (shelf_->shelf_layout_manager()->updating_bounds()) |
return; |
base::AutoReset<bool> auto_reset_in_layout(&in_layout_, true); |