| 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 0491d756d1f5a6fd690ffac053345ac273c05f8e..7ca5a73468053104b226fcd79818686771058dab 100644
|
| --- a/device/vr/android/gvr/gvr_delegate.h
|
| +++ b/device/vr/android/gvr/gvr_delegate.h
|
| @@ -26,7 +26,6 @@ class DEVICE_VR_EXPORT GvrDelegate {
|
| virtual void UpdateVSyncInterval(int64_t timebase_nanos,
|
| double interval_seconds) = 0;
|
| virtual bool SupportsPresentation() = 0;
|
| - virtual void ResetPose() = 0;
|
| virtual void CreateVRDisplayInfo(
|
| const base::Callback<void(mojom::VRDisplayInfoPtr)>& callback,
|
| uint32_t device_id) = 0;
|
|
|