Chromium Code Reviews| Index: ash/common/shelf/shelf_layout_manager.h |
| diff --git a/ash/common/shelf/shelf_layout_manager.h b/ash/common/shelf/shelf_layout_manager.h |
| index 4949ea8e65d0fdf3d98b0a000eeee0e0945d0496..fdc6abe9e4e39124354d8230302d0156a4fc06b1 100644 |
| --- a/ash/common/shelf/shelf_layout_manager.h |
| +++ b/ash/common/shelf/shelf_layout_manager.h |
| @@ -11,7 +11,6 @@ |
| #include "ash/common/session/session_state_observer.h" |
| #include "ash/common/shelf/wm_shelf.h" |
| #include "ash/common/shell_observer.h" |
| -#include "ash/common/wm/background_animator.h" |
| #include "ash/common/wm/dock/docked_window_layout_manager_observer.h" |
| #include "ash/common/wm/lock_state_observer.h" |
| #include "ash/common/wm/wm_snap_to_pixel_layout_manager.h" |
| @@ -242,7 +241,7 @@ class ASH_EXPORT ShelfLayoutManager |
| void UpdateTargetBoundsForGesture(TargetBounds* target_bounds) const; |
| // Updates the background of the shelf if it has changed. |
| - void MaybeUpdateShelfBackground(BackgroundAnimatorChangeType change_type); |
| + void MaybeUpdateShelfBackground(gfx::AnimationChangeType change_type); |
|
James Cook
2017/02/08 00:31:28
#include animation_change_type.h?
bruthig
2017/02/10 18:49:10
Forward declared instead.
|
| // Updates the auto hide state immediately. |
| void UpdateAutoHideStateNow(); |