| Index: third_party/WebKit/Source/modules/vr/VRFrameData.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRFrameData.h b/third_party/WebKit/Source/modules/vr/VRFrameData.h
|
| index ef5e3abd8f0437a73cf5ef5c1d48e795370b4997..8da93bab423396d0cfd053d03f21ca049e4b5902 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRFrameData.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRFrameData.h
|
| @@ -40,7 +40,7 @@
|
| // Populate a the VRFrameData with a pose and the necessary eye parameters.
|
| // TODO(bajones): The full frame data should be provided by the VRService,
|
| // not computed here.
|
| - bool update(const device::mojom::blink::VRPosePtr&,
|
| + bool update(const device::blink::VRPosePtr&,
|
| VREyeParameters* leftEye,
|
| VREyeParameters* rightEye,
|
| float depthNear,
|
|
|