Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Unified Diff: third_party/WebKit/Source/modules/vr/VRController.h

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698