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

Unified Diff: ash/common/wm/background_animator.cc

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/common/wm/background_animator.cc
diff --git a/ash/common/wm/background_animator.cc b/ash/common/wm/background_animator.cc
index b8596fb2760f91933d828cadf0c51269cc526e56..5ef08ca3885e0e4654479367ad7cc3448c094ea4 100644
--- a/ash/common/wm/background_animator.cc
+++ b/ash/common/wm/background_animator.cc
@@ -51,7 +51,7 @@ void BackgroundAnimator::AnimationProgressed(const gfx::Animation* animation) {
if (alpha_ == alpha)
return;
alpha_ = alpha;
- delegate_->UpdateBackground(alpha_);
+ delegate_->UpdateBackground(this, alpha_);
}
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698