Index: chrome/browser/android/vr_shell/vr_shell.cc |
diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc |
index ab3b67ac4529a57e6708f2c6ea1ef9543128f90a..ed177cabccf3a5aa8c0a9e6b9872fbdd3cd9424c 100644 |
--- a/chrome/browser/android/vr_shell/vr_shell.cc |
+++ b/chrome/browser/android/vr_shell/vr_shell.cc |
@@ -593,7 +593,6 @@ void VrShell::ProcessContentGesture( |
device::mojom::VRPosePtr VrShell::VRPosePtrFromGvrPose(gvr::Mat4f head_mat) { |
device::mojom::VRPosePtr pose = device::mojom::VRPose::New(); |
- pose->timestamp = base::Time::Now().ToJsTime(); |
pose->orientation.emplace(4); |
gfx::Transform inv_transform( |