| Index: device/vr/vr_device.h
|
| diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
|
| index be836ee12016272cdbcb11abc704cd63380d2396..bdfc00aebae258b76b8e71a36cbf089661a13de6 100644
|
| --- a/device/vr/vr_device.h
|
| +++ b/device/vr/vr_device.h
|
| @@ -30,7 +30,9 @@ class DEVICE_VR_EXPORT VRDevice {
|
| virtual void RequestPresent(const base::Callback<void(bool)>& callback) = 0;
|
| virtual void SetSecureOrigin(bool secure_origin) = 0;
|
| virtual void ExitPresent() = 0;
|
| - virtual void SubmitFrame(mojom::VRPosePtr pose) = 0;
|
| + virtual void SubmitFrame(
|
| + mojom::VRPosePtr pose,
|
| + mojom::VRSubmitFrameClientPtr submit_client) = 0;
|
| virtual void UpdateLayerBounds(int16_t frame_index,
|
| mojom::VRLayerBoundsPtr left_bounds,
|
| mojom::VRLayerBoundsPtr right_bounds) = 0;
|
|
|