| Index: ash/common/shelf/wm_shelf.h
|
| diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
|
| index ee88e94b1525b44d9b1dd9bcec0e70e3596a4705..357b3ca1df4f08bd958211b10f9743c8c9acdf0a 100644
|
| --- a/ash/common/shelf/wm_shelf.h
|
| +++ b/ash/common/shelf/wm_shelf.h
|
| @@ -14,6 +14,7 @@
|
|
|
| namespace gfx {
|
| class Rect;
|
| +enum class AnimationChangeType;
|
| }
|
|
|
| namespace ui {
|
| @@ -146,7 +147,7 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver {
|
| void WillChangeVisibilityState(ShelfVisibilityState new_state) override;
|
| void OnAutoHideStateChanged(ShelfAutoHideState new_state) override;
|
| void OnBackgroundUpdated(ShelfBackgroundType background_type,
|
| - BackgroundAnimatorChangeType change_type) override;
|
| + gfx::AnimationChangeType change_type) override;
|
|
|
| private:
|
| class AutoHideEventHandler;
|
|
|