| 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 aab59c66bf625d77914d6348df406901c01834ba..c83745a77b8125b5196512b5607c1c35eaab4eb7 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| @@ -19,7 +19,6 @@ namespace blink {
|
| class Document;
|
| class Navigator;
|
| class VRController;
|
| -class VRDisplayCollection;
|
|
|
| class MODULES_EXPORT NavigatorVR final : public GarbageCollectedFinalized<NavigatorVR>, public Supplement<Navigator>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorVR);
|
| @@ -45,7 +44,7 @@ private:
|
|
|
| static const char* supplementName();
|
|
|
| - Member<VRDisplayCollection> m_displays;
|
| + Member<VRController> m_controller;
|
| };
|
|
|
| } // namespace blink
|
|
|