| Index: third_party/WebKit/Source/modules/vr/VRController.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRController.h b/third_party/WebKit/Source/modules/vr/VRController.h
|
| index ee0c6fcdd15652224694d6bb84beeb24420f8390..3b2497a948c1182d4aa03f26e88cc74dabf2b255 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.h
|
| @@ -38,6 +38,8 @@ class VRController final : public GarbageCollectedFinalized<VRController>,
|
| device::mojom::blink::VRDisplayClientRequest,
|
| device::mojom::blink::VRDisplayInfoPtr) override;
|
|
|
| + void focusChanged();
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|