| 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)),
|
|
|