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

Unified Diff: ash/common/shelf/shelf_background_animator_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
Index: ash/common/shelf/shelf_background_animator_observer.h
diff --git a/ash/common/shelf/shelf_background_animator_observer.h b/ash/common/shelf/shelf_background_animator_observer.h
index a90b30867fc020bc15dbfbf5297cc4df990fa35c..a2a021d69ce198e51070aaa7a35be6733dd4cc42 100644
--- a/ash/common/shelf/shelf_background_animator_observer.h
+++ b/ash/common/shelf/shelf_background_animator_observer.h
@@ -12,8 +12,8 @@ namespace ash {
// Observer for the ShelfBackgroundAnimator class.
class ASH_EXPORT ShelfBackgroundAnimatorObserver {
public:
- // Called when the Shelf's opaque background should be updated.
- virtual void UpdateShelfOpaqueBackground(int alpha) {}
+ // Called when the Shelf's background should be updated.
+ virtual void UpdateShelfBackground(int alpha) {}
// Called when the Shelf item (aka button) backgrounds should be updated.
virtual void UpdateShelfItemBackground(int alpha) {}
« no previous file with comments | « ash/common/shelf/shelf_background_animator.cc ('k') | ash/common/shelf/shelf_background_animator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698