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

Unified Diff: chrome/browser/ui/autofill/loading_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 | « chrome/browser/ui/autofill/loading_animation.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/loading_animation.cc
diff --git a/chrome/browser/ui/autofill/loading_animation.cc b/chrome/browser/ui/autofill/loading_animation.cc
index 800ff3de8240b80c74c0aa492435724ead5a5c78..d66dfee6170903bfd81129009a156b1a59ae2a1d 100644
--- a/chrome/browser/ui/autofill/loading_animation.cc
+++ b/chrome/browser/ui/autofill/loading_animation.cc
@@ -6,6 +6,7 @@
#include "base/logging.h"
#include "ui/gfx/animation/tween.h"
+#include "ui/gfx/frame_time.h"
namespace autofill {
@@ -21,7 +22,7 @@ LoadingAnimation::LoadingAnimation(gfx::AnimationDelegate* delegate)
LoadingAnimation::~LoadingAnimation() {}
-void LoadingAnimation::Step(base::TimeTicks time_now) {
+void LoadingAnimation::Step(gfx::FrameTime time_now) {
LinearAnimation::Step(time_now);
if (!is_animating()) {
« no previous file with comments | « chrome/browser/ui/autofill/loading_animation.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698