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

Unified Diff: device/vr/vr_service.mojom

Issue 2736593002: Update API to latest spec : Remove VRFrameData#timestamp (Closed)
Patch Set: modify mock-vr-service.js 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/vr_service.mojom
diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
index 2af38f579633e856444ee7611122b8e7cb1118eb..a77d4a9bf2dbb9d3370c89ae68c2a2d8bcc5ad3c 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -17,7 +17,6 @@ struct VRFieldOfView {
// A display's position, orientation, velocity, and acceleration state at the
// given timestamp.
struct VRPose {
- double timestamp;
array<float, 4>? orientation;
array<float, 3>? position;
array<float, 3>? angularVelocity;
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698