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

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: 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
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..e2482b488a44b396f3da0a91cb755cbdb211e9fb 100644
--- a/ash/common/shelf/shelf_layout_manager_observer.h
+++ b/ash/common/shelf/shelf_layout_manager_observer.h
@@ -6,8 +6,9 @@
#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"
+#include "ui/gfx/animation/animation_change_type.h"
namespace ash {
@@ -26,7 +27,7 @@ class ASH_EXPORT ShelfLayoutManagerObserver {
// Called when shelf background animation is started.
virtual void OnBackgroundUpdated(ShelfBackgroundType background_type,
- BackgroundAnimatorChangeType change_type) {}
+ gfx::AnimationChangeType change_type) {}
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698