Index: chrome/browser/android/vr_shell/ui_elements.h |
diff --git a/chrome/browser/android/vr_shell/ui_elements.h b/chrome/browser/android/vr_shell/ui_elements.h |
index 3340345315a93c9b2d92a42b2b5472364b5d4871..b502f5d9b1065da97bb68bd02d287898a4c92cd6 100644 |
--- a/chrome/browser/android/vr_shell/ui_elements.h |
+++ b/chrome/browser/android/vr_shell/ui_elements.h |
@@ -13,6 +13,10 @@ |
#include "chrome/browser/android/vr_shell/vr_math.h" |
#include "third_party/gvr-android-sdk/src/libraries/headers/vr/gvr/capi/include/gvr_types.h" |
+namespace base { |
+class TimeTicks; |
+} |
+ |
namespace vr_shell { |
class Animation; |
@@ -87,7 +91,7 @@ struct ContentRectangle : public WorldRectangle { |
ContentRectangle(); |
~ContentRectangle(); |
- void Animate(int64_t time); |
+ void Animate(const base::TimeTicks& time); |
// Indicates whether the element should be visually rendered. |
bool IsVisible() const; |