| Index: device/vr/vr_service.mojom
|
| diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
|
| index 8f9331d41e5ca746d9e7e44c0c1dc5eade11ec8c..dd0d10713c25387ec7788b52045354244524972e 100644
|
| --- a/device/vr/vr_service.mojom
|
| +++ b/device/vr/vr_service.mojom
|
| @@ -71,7 +71,7 @@ interface VRService {
|
|
|
| RequestPresent(uint32 index) => (bool success);
|
| ExitPresent(uint32 index);
|
| - SubmitFrame(uint32 index, VRPose pose);
|
| + SubmitFrame(uint32 index, VRPose? pose);
|
| UpdateLayerBounds(uint32 index, VRLayerBounds leftBounds, VRLayerBounds rightBounds);
|
| };
|
|
|
|
|