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

Unified Diff: chrome/browser/views/tabs/tab_renderer.cc

Issue 1575011: Adds AnimationContainer, which can be used to group a set of (Closed)
Patch Set: Incorporated review feedback Created 10 years, 9 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: chrome/browser/views/tabs/tab_renderer.cc
diff --git a/chrome/browser/views/tabs/tab_renderer.cc b/chrome/browser/views/tabs/tab_renderer.cc
index 8b27fcb5734daaa6c06db76c94cfc1ec2af338bb..83bb2cd703b288e98b5ed40a349847e8c0bfa3eb 100644
--- a/chrome/browser/views/tabs/tab_renderer.cc
+++ b/chrome/browser/views/tabs/tab_renderer.cc
@@ -835,7 +835,7 @@ double TabRenderer::GetThrobValue() {
void TabRenderer::StartCrashAnimation() {
if (!crash_animation_)
crash_animation_ = new FavIconCrashAnimation(this);
- crash_animation_->Reset();
+ crash_animation_->Stop();
crash_animation_->Start();
}

Powered by Google App Engine
This is Rietveld 408576698