Index: ash/shelf/shelf_widget.cc |
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc |
index 544bccb066477716a4ee71e9f2d0d44aeb4240fa..dbd1cdeb05d6951ebe5ca5f8371135e27cdc93b9 100644 |
--- a/ash/shelf/shelf_widget.cc |
+++ b/ash/shelf/shelf_widget.cc |
@@ -718,6 +718,7 @@ void ShelfWidget::SetDimsShelf(bool dimming) { |
if (shelf_) |
shelf_->SchedulePaint(); |
status_area_widget_->GetContentsView()->SchedulePaint(); |
+ status_area_widget_->ShelfDimChanged(); |
flackr
2014/05/30 15:42:15
Maybe this should just be called SchedulePaint, an
jonross
2014/05/30 15:56:06
Done.
|
} |
bool ShelfWidget::GetDimsShelf() const { |