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

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

Issue 2041003003: Moved vr_service.mojom from blink to device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed missing mojo dependency in gyp builds Created 4 years, 6 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/VRStageParameters.h
diff --git a/third_party/WebKit/Source/modules/vr/VRStageParameters.h b/third_party/WebKit/Source/modules/vr/VRStageParameters.h
index 318376be460a3bed704511f0fa818620386fafeb..79e29f48c2cf6e80dace57aa9052e73f33f397e4 100644
--- a/third_party/WebKit/Source/modules/vr/VRStageParameters.h
+++ b/third_party/WebKit/Source/modules/vr/VRStageParameters.h
@@ -7,8 +7,8 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/dom/DOMTypedArray.h"
+#include "device/vr/vr_service.mojom-blink.h"
#include "platform/heap/Handle.h"
-#include "public/platform/modules/vr/vr_service.mojom-blink.h"
#include "wtf/Forward.h"
namespace blink {
@@ -23,7 +23,7 @@ public:
float sizeX() const { return m_sizeX; }
float sizeZ() const { return m_sizeZ; }
- void update(const mojom::blink::VRStageParametersPtr&);
+ void update(const device::blink::VRStageParametersPtr&);
DECLARE_VIRTUAL_TRACE()
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRPose.cpp ('k') | third_party/WebKit/Source/modules/vr/VRStageParameters.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698