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