| 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;
|
|
|
|
|