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

Unified Diff: ash/system/status_area_widget.h

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
Index: ash/system/status_area_widget.h
diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
index 41ea72e9ac3d722bc8c192a8cbb0b002cbdc3c56..e7e12cc7e6fad80465446890fbba7d80182de0c4 100644
--- a/ash/system/status_area_widget.h
+++ b/ash/system/status_area_widget.h
@@ -67,6 +67,10 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
// True if any message bubble is shown.
bool IsMessageBubbleShown() const;
+ // Notifies child trays, and the |status_area_widget_delegate_| to schedule a
+ // paint.
+ void SchedulePaint();
+
// Overridden from views::Widget:
virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698