| Index: device/vr/android/gvr/gvr_delegate.h
|
| diff --git a/device/vr/android/gvr/gvr_delegate.h b/device/vr/android/gvr/gvr_delegate.h
|
| index 2e75a978b51ef62a3c6482bcb00e568225d4e78d..3c61aa1e37fdde9f52c9ca812c1f9008825139f4 100644
|
| --- a/device/vr/android/gvr/gvr_delegate.h
|
| +++ b/device/vr/android/gvr/gvr_delegate.h
|
| @@ -23,7 +23,7 @@ class DEVICE_VR_EXPORT GvrDelegate {
|
| const gvr::Rectf& right_bounds) = 0;
|
| virtual void OnVRVsyncProviderRequest(
|
| mojom::VRVSyncProviderRequest request) = 0;
|
| - virtual void UpdateVSyncInterval(long timebase_nanos,
|
| + virtual void UpdateVSyncInterval(int64_t timebase_nanos,
|
| double interval_seconds) = 0;
|
| virtual bool SupportsPresentation() = 0;
|
| virtual void ResetPose() = 0;
|
|
|