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

Unified Diff: chrome/browser/android/vr_shell/animation.cc

Issue 2801073002: [vr] Use base's time classes (Closed)
Patch Set: updated tests Created 3 years, 8 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/android/vr_shell/animation.h ('k') | chrome/browser/android/vr_shell/ui_elements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/animation.cc
diff --git a/chrome/browser/android/vr_shell/animation.cc b/chrome/browser/android/vr_shell/animation.cc
index e62c24a1f9371d31b4317859e0333aeff843bf4e..d193def62d7b835ece321a8e252fd7847e64b977 100644
--- a/chrome/browser/android/vr_shell/animation.cc
+++ b/chrome/browser/android/vr_shell/animation.cc
@@ -15,8 +15,8 @@ Animation::Animation(int id,
std::unique_ptr<easing::Easing> easing,
std::vector<float> from,
std::vector<float> to,
- int64_t start,
- int64_t duration)
+ const base::TimeTicks& start,
+ const base::TimeDelta& duration)
: id(id),
property(property),
easing(std::move(easing)),
« no previous file with comments | « chrome/browser/android/vr_shell/animation.h ('k') | chrome/browser/android/vr_shell/ui_elements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698