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

Unified Diff: app/test_animation_delegate.h

Issue 1961001: Refactors animation to allow for cleaner subclassing. I'm doing this (Closed)
Patch Set: Incorporated review feedback Created 10 years, 8 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
« no previous file with comments | « app/slide_animation.cc ('k') | app/throb_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/test_animation_delegate.h
diff --git a/app/test_animation_delegate.h b/app/test_animation_delegate.h
index 76f0f3e289111db2da687508ebefc6080a8a6e3a..0d9554b911516a098b340fceefdd3b6750da7d5c 100644
--- a/app/test_animation_delegate.h
+++ b/app/test_animation_delegate.h
@@ -15,9 +15,6 @@ class TestAnimationDelegate : public AnimationDelegate {
TestAnimationDelegate() : canceled_(false), finished_(false) {
}
- virtual void AnimationStarted(const Animation* animation) {
- }
-
virtual void AnimationEnded(const Animation* animation) {
finished_ = true;
MessageLoop::current()->Quit();
« no previous file with comments | « app/slide_animation.cc ('k') | app/throb_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698