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

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

Issue 2265053004: Adding WebVR temporary presentation handling on mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 3bdcd60005962c52849311efee283019e1043ab3..7e7fd90297b42d9ce225bbf39609717339679767 100644
--- a/third_party/WebKit/Source/modules/vr/VRPose.idl
+++ b/third_party/WebKit/Source/modules/vr/VRPose.idl
@@ -6,7 +6,7 @@
[
RuntimeEnabled=WebVR,
] interface VRPose {
- readonly attribute double timeStamp;
+ readonly attribute double timestamp;
haraken 2016/08/23 00:51:29 Shall we make this change in a separate CL?
readonly attribute Float32Array? position;
readonly attribute Float32Array? linearVelocity;
readonly attribute Float32Array? linearAcceleration;

Powered by Google App Engine
This is Rietveld 408576698