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

Unified Diff: third_party/WebKit/Source/modules/vr/VREyeParameters.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/VREyeParameters.h
diff --git a/third_party/WebKit/Source/modules/vr/VREyeParameters.h b/third_party/WebKit/Source/modules/vr/VREyeParameters.h
index d9f5661f6bfd671c617b5fca00f1f8dc4bf96c76..a53174fb3efe47e944b936a9d143a171aa087b92 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.h
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.h
@@ -7,9 +7,9 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/dom/DOMTypedArray.h"
+#include "device/vr/vr_service.mojom-blink.h"
#include "modules/vr/VRFieldOfView.h"
#include "platform/heap/Handle.h"
-#include "public/platform/modules/vr/vr_service.mojom-blink.h"
#include "wtf/Forward.h"
@@ -27,7 +27,7 @@ public:
unsigned long renderWidth() const { return m_renderWidth; }
unsigned long renderHeight() const { return m_renderHeight; }
- void update(const mojom::blink::VREyeParametersPtr&);
+ void update(const device::blink::VREyeParametersPtr&);
DECLARE_VIRTUAL_TRACE()
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplayCollection.cpp ('k') | third_party/WebKit/Source/modules/vr/VREyeParameters.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698