Index: ui/aura_shell/shelf_layout_manager.cc |
diff --git a/ui/aura_shell/shelf_layout_manager.cc b/ui/aura_shell/shelf_layout_manager.cc |
index c422aa71feac450d214a7d0c361548716ea367da..d9f58e2b1f36967b313357aaec8a23fc7e522e7a 100644 |
--- a/ui/aura_shell/shelf_layout_manager.cc |
+++ b/ui/aura_shell/shelf_layout_manager.cc |
@@ -122,7 +122,7 @@ void ShelfLayoutManager::CalculateTargetBounds(bool visible, |
gfx::Rect launcher_bounds(launcher_->GetWindowScreenBounds()); |
target_bounds->launcher_bounds = gfx::Rect( |
available_bounds.x(), y + (max_height_ - launcher_bounds.height()) / 2, |
- available_bounds.width() - status_bounds.width(), |
+ available_bounds.width(), |
launcher_bounds.height()); |
if (visible) |
target_bounds->work_area_insets = gfx::Insets(0, 0, max_height_, 0); |