Chromium Code Reviews| 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; |