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

Unified Diff: third_party/WebKit/Source/modules/vr/VRPose.idl

Issue 2331553002: Update WebVR interface to match the 1.1 spec (Closed)
Patch Set: Addressed further feedback Created 4 years, 3 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: third_party/WebKit/Source/modules/vr/VRPose.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRPose.idl b/third_party/WebKit/Source/modules/vr/VRPose.idl
index 0dd3e61402a6971eb1852405966b0469eecc01e4..2acaf2008d235b707953d23b437ca6d5f8164232 100644
--- a/third_party/WebKit/Source/modules/vr/VRPose.idl
+++ b/third_party/WebKit/Source/modules/vr/VRPose.idl
@@ -6,7 +6,6 @@
[
RuntimeEnabled=WebVR,
] interface VRPose {
- readonly attribute DOMHighResTimeStamp timestamp;
readonly attribute Float32Array? position;
readonly attribute Float32Array? linearVelocity;
readonly attribute Float32Array? linearAcceleration;

Powered by Google App Engine
This is Rietveld 408576698