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

Unified Diff: device/vr/android/gvr/gvr_delegate.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_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;

Powered by Google App Engine
This is Rietveld 408576698