| Index: device/vr/vr_service.mojom
|
| diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
|
| index fe504ea0034cfbcd821554e718e4bfafa28ed7da..ad9544c7d3c477da3b16648a0e285b1072aee62c 100644
|
| --- a/device/vr/vr_service.mojom
|
| +++ b/device/vr/vr_service.mojom
|
| @@ -115,6 +115,6 @@ interface VRDisplayClient {
|
| OnExitPresent();
|
| OnBlur();
|
| OnFocus();
|
| - OnActivate(VRDisplayEventReason reason);
|
| + OnActivate(VRDisplayEventReason reason) => (bool presentRequested);
|
| OnDeactivate(VRDisplayEventReason reason);
|
| };
|
|
|