Index: ash/shelf/shelf_layout_manager.cc |
diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc |
index 81e05428e5f2fc708bfb0bdd9f3f8b2e0189ecbf..5c3c88520f160d1961ef8114a1ae8f60f4a4e8d3 100644 |
--- a/ash/shelf/shelf_layout_manager.cc |
+++ b/ash/shelf/shelf_layout_manager.cc |
@@ -955,7 +955,6 @@ void ShelfLayoutManager::UpdateTargetBoundsForGesture( |
void ShelfLayoutManager::UpdateShelfBackground( |
BackgroundAnimatorChangeType type) { |
const ShelfBackgroundType background_type(GetShelfBackgroundType()); |
- shelf_widget_->SetPaintsBackground(background_type, type); |
FOR_EACH_OBSERVER(ShelfLayoutManagerObserver, observers_, |
OnBackgroundUpdated(background_type, type)); |
} |