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

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

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
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRFrameData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/vr/VRFrameData.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRFrameData.idl b/third_party/WebKit/Source/modules/vr/VRFrameData.idl
index b4fa005a9e42314bad824301761c831052f6cfef..a07fcb2089612bf4dde0c6a8532237f9d447b375 100644
--- a/third_party/WebKit/Source/modules/vr/VRFrameData.idl
+++ b/third_party/WebKit/Source/modules/vr/VRFrameData.idl
@@ -7,8 +7,6 @@
OriginTrialEnabled=WebVR,
Constructor,
] interface VRFrameData {
- readonly attribute DOMHighResTimeStamp timestamp;
-
readonly attribute Float32Array leftProjectionMatrix;
readonly attribute Float32Array leftViewMatrix;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRFrameData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698