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

Unified Diff: ui/gfx/animation/throb_animation.cc

Issue 26880010: gfx: Add FrameTime and DisplayTime classes (Closed) Base URL: http://git.chromium.org/chromium/src.git@checkHighResNow4
Patch Set: WIP Created 7 years, 2 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 | « ui/gfx/animation/throb_animation.h ('k') | ui/gfx/frame_time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/throb_animation.cc
diff --git a/ui/gfx/animation/throb_animation.cc b/ui/gfx/animation/throb_animation.cc
index 0a88aa7d9c43cf374a3a6b8e00f5501b9e8f6b23..054f6813e686389f57753fb58290d7cdb70a3f8b 100644
--- a/ui/gfx/animation/throb_animation.cc
+++ b/ui/gfx/animation/throb_animation.cc
@@ -57,7 +57,7 @@ void ThrobAnimation::SetSlideDuration(int duration) {
slide_duration_ = duration;
}
-void ThrobAnimation::Step(base::TimeTicks time_now) {
+void ThrobAnimation::Step(gfx::FrameTime time_now) {
LinearAnimation::Step(time_now);
if (!is_animating() && throbbing_) {
« no previous file with comments | « ui/gfx/animation/throb_animation.h ('k') | ui/gfx/frame_time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698