| Index: third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/NavigatorVR.h b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| index 4a4b2a3e8d64dfeeb5a4d6bbd9d50ad63cab8297..8ee7b71fc36dfac895e8b353f0c1d5e06deb74a6 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| @@ -35,6 +35,8 @@ public:
|
| VRController* controller();
|
| Document* document();
|
|
|
| + void fireVREvent(VRDisplayEvent*);
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|