| Index: ash/system/tray/tray_background_view.h
|
| diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
|
| index b459684429cf9e639320caee83449c2be3ac8c24..83d93f90dd6119bf8bd01689188503ed6f2db167 100644
|
| --- a/ash/system/tray/tray_background_view.h
|
| +++ b/ash/system/tray/tray_background_view.h
|
| @@ -108,9 +108,8 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
|
|
| // Sets whether the tray paints a background. Default is true, but is set to
|
| // false if a window overlaps the shelf.
|
| - void SetPaintsBackground(
|
| - bool value,
|
| - internal::BackgroundAnimator::ChangeType change_type);
|
| + void SetPaintsBackground(bool value,
|
| + BackgroundAnimatorChangeType change_type);
|
|
|
| // Initializes animations for the bubble.
|
| void InitializeBubbleAnimations(views::Widget* bubble_widget);
|
|
|