Chromium Code Reviews| Index: ash/shelf/shelf_widget.cc |
| diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc |
| index 544bccb066477716a4ee71e9f2d0d44aeb4240fa..30b199079a45bf293763db69d5a25d795f92c151 100644 |
| --- a/ash/shelf/shelf_widget.cc |
| +++ b/ash/shelf/shelf_widget.cc |
| @@ -717,7 +717,7 @@ void ShelfWidget::SetDimsShelf(bool dimming) { |
| // status area background, app list button and overflow button. |
| if (shelf_) |
| shelf_->SchedulePaint(); |
| - status_area_widget_->GetContentsView()->SchedulePaint(); |
|
oshima
2014/05/31 15:10:36
won't GetNativeView()->SchedulePaintInRect() work?
jonross
2014/06/02 14:57:09
That call does not work. It also finds the current
|
| + status_area_widget_->SchedulePaint(); |
| } |
| bool ShelfWidget::GetDimsShelf() const { |