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

Unified Diff: app/throb_animation.h

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 years 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/throb_animation.h
diff --git a/app/throb_animation.h b/app/throb_animation.h
index e7bacedd346f824ddd873fc4ddb59a4cb1cd9d65..d3ac39eb0eca5180e1e8dd3f9a53846bc6c00a26 100644
--- a/app/throb_animation.h
+++ b/app/throb_animation.h
@@ -33,7 +33,7 @@ class ThrobAnimation : public SlideAnimation {
virtual void Hide();
// Overridden to maintain the slide duration.
- virtual void SetSlideDuration(int duration) { slide_duration_ = duration; }
+ virtual void SetSlideDuration(int duration);
// The number of cycles remaining until the animation stops.
void set_cycles_remaining(int value) { cycles_remaining_ = value; }
« 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