Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1665)

Unified Diff: ash/shelf/shelf_widget.cc

Issue 302153002: Update Status Area Paint Scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/system/status_area_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | ash/system/status_area_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698