Chromium Code Reviews| 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..c404ffa8e133f1fb8028b98d6128af9d30d2f669 100644 |
| --- a/third_party/WebKit/Source/modules/vr/VRController.h |
| +++ b/third_party/WebKit/Source/modules/vr/VRController.h |
| @@ -40,7 +40,7 @@ private: |
| // Inherited from LocalFrameLifecycleObserver. |
| void willDetachFrameHost() override; |
| - WebVRClient* m_client; |
| + RefPtrWillBeMember<WebVRClient> m_client; |
|
haraken
2016/03/19 00:45:18
This looks wrong.
- You cannot use RefPtr in non-
RaviKasibhatla
2016/03/21 15:12:01
I have added Member<VRDispatcher> in VRController.
|
| }; |
| } // namespace blink |