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

Unified Diff: device/vr/android/gvr/gvr_device.h

Issue 2624633002: Remove Sync GetPose VRService call, implement VRVSyncProvider (Closed)
Patch Set: Created 3 years, 11 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 4d57f581a64d2dab47c4978a4c6601f2379634eb..e6913f9cc7f70086746cee0aa3b2d045bf28643f 100644
--- a/device/vr/android/gvr/gvr_device.h
+++ b/device/vr/android/gvr/gvr_device.h
@@ -24,7 +24,6 @@ class GvrDevice : public VRDevice {
// VRDevice
mojom::VRDisplayInfoPtr GetVRDevice() override;
- mojom::VRPosePtr GetPose() override;
void ResetPose() override;
void RequestPresent(const base::Callback<void(bool)>& callback) override;

Powered by Google App Engine
This is Rietveld 408576698