| 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..33c0f7e906455cc9476d30345d35ae87be668e11 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| @@ -27,11 +27,14 @@ class MODULES_EXPORT NavigatorVR final : public GarbageCollectedFinalized<Naviga
|
| public:
|
| static NavigatorVR* from(Document&);
|
| static NavigatorVR& from(Navigator&);
|
| +
|
| virtual ~NavigatorVR();
|
|
|
| static ScriptPromise getVRDisplays(ScriptState*, Navigator&);
|
| ScriptPromise getVRDisplays(ScriptState*);
|
|
|
| + static bool allowedToUseVR(const Frame*);
|
| +
|
| VRController* controller();
|
| Document* document();
|
|
|
|
|