| Index: third_party/WebKit/Source/modules/vr/VRFrameData.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRFrameData.cpp b/third_party/WebKit/Source/modules/vr/VRFrameData.cpp
|
| index 6395e5d6c9ccc50678d2d7ef754785abc9ff7b98..83627caada6e99e00acb801a79df81d571965576 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRFrameData.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRFrameData.cpp
|
| @@ -180,9 +180,6 @@ bool VRFrameData::update(const device::mojom::blink::VRPosePtr& pose,
|
| VREyeParameters* rightEye,
|
| float depthNear,
|
| float depthFar) {
|
| - if (!pose)
|
| - return false;
|
| -
|
| m_timestamp = pose->timestamp;
|
|
|
| // Build the projection matrices
|
|
|