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

Unified Diff: app/throb_animation.cc

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/throb_animation.h ('k') | base/message_pump_glib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/throb_animation.cc
diff --git a/app/throb_animation.cc b/app/throb_animation.cc
index 65596b34f956a016581c5b9aee4fae0287090c14..9ce8f5bdd99c073b64f5fbc37e1d9fe4b35cda1a 100644
--- a/app/throb_animation.cc
+++ b/app/throb_animation.cc
@@ -47,6 +47,10 @@ void ThrobAnimation::Hide() {
SlideAnimation::Hide();
}
+void ThrobAnimation::SetSlideDuration(int duration) {
+ slide_duration_ = duration;
+}
+
void ThrobAnimation::Step(base::TimeTicks time_now) {
LinearAnimation::Step(time_now);
« no previous file with comments | « app/throb_animation.h ('k') | base/message_pump_glib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698