| 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..f29ee6bd203e64a6e8dd13c89f407ed3dc3f33e2 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 to schedule a paint, updating their visuals for the
|
| + // new shelf dim level.
|
| + void ShelfDimChanged();
|
| +
|
| // Overridden from views::Widget:
|
| virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
|
|
|
|
|