| 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..0dd3e61402a6971eb1852405966b0469eecc01e4 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 DOMHighResTimeStamp timestamp;
|
| readonly attribute Float32Array? position;
|
| readonly attribute Float32Array? linearVelocity;
|
| readonly attribute Float32Array? linearAcceleration;
|
|
|