| 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 fed11d5e663a17a4ee21dcf3b5cad64e7140cd1c..6dd606394c46a114c07d14d3aff3f22a528f3047 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.h
|
| @@ -8,6 +8,7 @@
|
| #include "core/frame/LocalFrameLifecycleObserver.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/vr/vr_dispatcher.h"
|
| #include "public/platform/modules/vr/WebVR.h"
|
| #include "public/platform/modules/vr/WebVRClient.h"
|
|
|
| @@ -40,7 +41,7 @@ private:
|
| // Inherited from LocalFrameLifecycleObserver.
|
| void willDetachFrameHost() override;
|
|
|
| - WebVRClient* m_client;
|
| + RawPtrWillBeMember<VRDispatcher> m_client;
|
| };
|
|
|
| } // namespace blink
|
|
|