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

Unified Diff: ash/system/tray/tray_background_view.h

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/system/tray/tray_background_view.h
diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
index f1cb1e830c8131e19010844fab7cb30330681ce8..49a19f169f1342ebaf7a06115118fb032b11712e 100644
--- a/ash/system/tray/tray_background_view.h
+++ b/ash/system/tray/tray_background_view.h
@@ -84,7 +84,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
void OnGestureEvent(ui::GestureEvent* event) override;
// BackgroundAnimatorDelegate:
- void UpdateBackground(int alpha) override;
+ void UpdateBackground(BackgroundAnimator* animator, int alpha) override;
// Called whenever the shelf alignment changes.
virtual void SetShelfAlignment(ShelfAlignment alignment);

Powered by Google App Engine
This is Rietveld 408576698