Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2086)

Unified Diff: device/vr/vr_device.h

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698