Chromium Code Reviews| Index: device/vr/vr_service.mojom |
| diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom |
| index 5dbf7025641ca0edd5f616e0ca2ba6d4a4f03df3..7007ef313bb0db294977237abaac582228971172 100644 |
| --- a/device/vr/vr_service.mojom |
| +++ b/device/vr/vr_service.mojom |
| @@ -83,4 +83,6 @@ interface VRServiceClient { |
| OnExitPresent(uint32 index); |
| OnDisplayConnected(VRDisplay display); |
| OnDisplayDisconnected(uint32 index); |
| + OnDisplayBlur(uint32 index); |
| + OnDisplayFocus(uint32 index); |
| }; |