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

Unified Diff: device/vr/android/gvr/gvr_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/android/gvr/gvr_device.h
diff --git a/device/vr/android/gvr/gvr_device.h b/device/vr/android/gvr/gvr_device.h
index cf24a378434d6eaa62f26fccb64bc1db0c641523..64647909233e9470087f729416cab19f97b70780 100644
--- a/device/vr/android/gvr/gvr_device.h
+++ b/device/vr/android/gvr/gvr_device.h
@@ -21,7 +21,6 @@ class DEVICE_VR_EXPORT GvrDevice : public VRDevice {
// VRDevice
void CreateVRDisplayInfo(
const base::Callback<void(mojom::VRDisplayInfoPtr)>& on_created) override;
- void ResetPose() override;
void RequestPresent(mojom::VRSubmitFrameClientPtr submit_client,
const base::Callback<void(bool)>& callback) override;

Powered by Google App Engine
This is Rietveld 408576698