| Index: device/vr/vr_device.h
|
| diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
|
| index e53c1ea59038f34bfdd6b7f18fe2482c6e97aa2f..f469ef45c7478ccbf5792ac35f283a0698234227 100644
|
| --- a/device/vr/vr_device.h
|
| +++ b/device/vr/vr_device.h
|
| @@ -30,7 +30,6 @@ class DEVICE_VR_EXPORT VRDevice {
|
| // nullptr as argument. onCreated can be called before this function returns.
|
| virtual void CreateVRDisplayInfo(
|
| const base::Callback<void(mojom::VRDisplayInfoPtr)>& on_created) = 0;
|
| - virtual void ResetPose() = 0;
|
|
|
| virtual void RequestPresent(mojom::VRSubmitFrameClientPtr submit_client,
|
| const base::Callback<void(bool)>& callback) = 0;
|
|
|