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

Unified Diff: chrome/browser/ui/autofill/loading_animation.h

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 | « cc/trees/thread_proxy.cc ('k') | chrome/browser/ui/autofill/loading_animation.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.h
diff --git a/chrome/browser/ui/autofill/loading_animation.h b/chrome/browser/ui/autofill/loading_animation.h
index d55fd7bde0d00d9c48d9e965053e43355d99ec1b..874f1fbc51fe6bec205b35301d6285670114fde4 100644
--- a/chrome/browser/ui/autofill/loading_animation.h
+++ b/chrome/browser/ui/autofill/loading_animation.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_AUTOFILL_LOADING_ANIMATION_H_
#include "ui/gfx/animation/linear_animation.h"
+#include "ui/gfx/frame_time.h"
namespace autofill {
@@ -16,7 +17,7 @@ class LoadingAnimation : public gfx::LinearAnimation {
virtual ~LoadingAnimation();
// gfx::Animation implementation.
- virtual void Step(base::TimeTicks time_now) OVERRIDE;
+ virtual void Step(gfx::FrameTime time_now) OVERRIDE;
// Returns the vertical pixel offset for the nth dot.
double GetCurrentValueForDot(size_t dot_i);
« no previous file with comments | « cc/trees/thread_proxy.cc ('k') | chrome/browser/ui/autofill/loading_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698