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

Unified Diff: device/vr/vr_device.h

Issue 2624633002: Remove Sync GetPose VRService call, implement VRVSyncProvider (Closed)
Patch Set: oops 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
« no previous file with comments | « device/vr/test/fake_vr_device.cc ('k') | device/vr/vr_display_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device.h
diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
index 93c9aa0377736c138e96a0009b6263367a026757..165bee0b82f1b3ede580aa6f526b9329c95ee627 100644
--- a/device/vr/vr_device.h
+++ b/device/vr/vr_device.h
@@ -24,7 +24,6 @@ class DEVICE_VR_EXPORT VRDevice {
unsigned int id() const { return id_; }
virtual mojom::VRDisplayInfoPtr GetVRDevice() = 0;
- virtual mojom::VRPosePtr GetPose() = 0;
virtual void ResetPose() = 0;
virtual void RequestPresent(const base::Callback<void(bool)>& callback) = 0;
@@ -33,6 +32,7 @@ class DEVICE_VR_EXPORT VRDevice {
virtual void SubmitFrame(mojom::VRPosePtr pose) = 0;
virtual void UpdateLayerBounds(mojom::VRLayerBoundsPtr left_bounds,
mojom::VRLayerBoundsPtr right_bounds) = 0;
+ virtual void GetVRVSyncProvider(mojom::VRVSyncProviderRequest request) = 0;
virtual void AddDisplay(VRDisplayImpl* display);
virtual void RemoveDisplay(VRDisplayImpl* display);
« no previous file with comments | « device/vr/test/fake_vr_device.cc ('k') | device/vr/vr_display_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698