Index: ash/shelf/shelf_layout_manager.cc |
diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc |
index e3acb427e885b9f160978ac4a0904343d6feb2b0..e4c42f9eca95998f2dddef3605cea93463b029fc 100644 |
--- a/ash/shelf/shelf_layout_manager.cc |
+++ b/ash/shelf/shelf_layout_manager.cc |
@@ -954,7 +954,8 @@ void ShelfLayoutManager::UpdateTargetBoundsForGesture( |
void ShelfLayoutManager::UpdateShelfBackground( |
BackgroundAnimatorChangeType type) { |
const ShelfBackgroundType background_type(GetShelfBackgroundType()); |
- shelf_widget_->SetPaintsBackground(background_type, type); |
+ // TODO(bruthig): Remove. |
+ // shelf_widget_->SetPaintsBackground(background_type, type); |
FOR_EACH_OBSERVER(ShelfLayoutManagerObserver, observers_, |
OnBackgroundUpdated(background_type, type)); |
} |