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

Unified Diff: device/vr/vr_device.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
« no previous file with comments | « device/vr/vr.gyp ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device.h
diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
index 17bcf6c23c2fdd3b892b7ecb2147c01a09fc2fba..632aec5a5c19498c7897339fe08af51e4c07e008 100644
--- a/device/vr/vr_device.h
+++ b/device/vr/vr_device.h
@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "device/vr/vr_export.h"
-#include "third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h"
+#include "device/vr/vr_service.mojom.h"
namespace blink {
struct WebHMDSensorState;
@@ -31,8 +31,8 @@ class VRDevice {
DEVICE_VR_EXPORT VRDeviceProvider* provider() const { return provider_; }
DEVICE_VR_EXPORT unsigned int id() const { return id_; }
- virtual blink::mojom::VRDisplayPtr GetVRDevice() = 0;
- virtual blink::mojom::VRPosePtr GetPose() = 0;
+ virtual VRDisplayPtr GetVRDevice() = 0;
+ virtual VRPosePtr GetPose() = 0;
virtual void ResetPose() = 0;
private:
« no previous file with comments | « device/vr/vr.gyp ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698