Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: ash/common/shelf/shelf_layout_manager_observer.h

Issue 2679333002: [ash-md] Remove the number of animators used for the Shelf animations. (Closed)
Patch Set: Addressed comments from patch set 4. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/shelf/shelf_layout_manager.cc ('k') | ash/common/shelf/shelf_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_layout_manager_observer.h
diff --git a/ash/common/shelf/shelf_layout_manager_observer.h b/ash/common/shelf/shelf_layout_manager_observer.h
index fd9711b489cf51de8575effab0094d9bee4d48f7..00d03b13390ec42777dc602c152bf8ccc7c9d71a 100644
--- a/ash/common/shelf/shelf_layout_manager_observer.h
+++ b/ash/common/shelf/shelf_layout_manager_observer.h
@@ -6,11 +6,13 @@
#define ASH_COMMON_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_
#include "ash/ash_export.h"
-#include "ash/common/wm/background_animator.h"
+#include "ash/common/shelf/shelf_background_animator.h"
#include "ash/public/cpp/shelf_types.h"
namespace ash {
+enum class AnimationChangeType;
+
class ASH_EXPORT ShelfLayoutManagerObserver {
public:
virtual ~ShelfLayoutManagerObserver() {}
@@ -26,7 +28,7 @@ class ASH_EXPORT ShelfLayoutManagerObserver {
// Called when shelf background animation is started.
virtual void OnBackgroundUpdated(ShelfBackgroundType background_type,
- BackgroundAnimatorChangeType change_type) {}
+ AnimationChangeType change_type) {}
};
} // namespace ash
« no previous file with comments | « ash/common/shelf/shelf_layout_manager.cc ('k') | ash/common/shelf/shelf_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698