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

Unified Diff: device/vr/android/gvr/gvr_device_provider.cc

Issue 2384593002: Encode frame number in pixel data for pose sync (Closed)
Patch Set: bajones #40: add sanity check + pointer zeroing Created 4 years, 2 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/android/gvr/gvr_device.cc ('k') | device/vr/vr_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/android/gvr/gvr_device_provider.cc
diff --git a/device/vr/android/gvr/gvr_device_provider.cc b/device/vr/android/gvr/gvr_device_provider.cc
index 6bb73a04cc1ba7dcec4c662c4dffb3a94259250f..1025ca40726bfe2136cc3ee93f18d62cc8b0d8fc 100644
--- a/device/vr/android/gvr/gvr_device_provider.cc
+++ b/device/vr/android/gvr/gvr_device_provider.cc
@@ -65,6 +65,8 @@ class GvrNonPresentingDelegate : public GvrDelegate {
float top,
float width,
float height) override {}
+ void SetGvrPoseForWebVr(const gvr::Mat4f& pose,
+ uint32_t pose_index) override {}
gvr::GvrApi* gvr_api() override { return gvr_api_.get(); }
« no previous file with comments | « device/vr/android/gvr/gvr_device.cc ('k') | device/vr/vr_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698