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

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: Reworked as per comments! 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..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

Powered by Google App Engine
This is Rietveld 408576698