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

Unified Diff: third_party/WebKit/Source/modules/vr/VRPose.cpp

Issue 2494733002: Reland of mojo VR interface simpified. (Closed)
Patch Set: Fix Werror Created 4 years, 1 month 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/VRPose.cpp
diff --git a/third_party/WebKit/Source/modules/vr/VRPose.cpp b/third_party/WebKit/Source/modules/vr/VRPose.cpp
index 6c49d5e7c0ff1331e589756f5cc0064c2c20666b..3775522ddad665fc97f4a7fc1d52d8b3e7cfca48 100644
--- a/third_party/WebKit/Source/modules/vr/VRPose.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRPose.cpp
@@ -19,7 +19,7 @@ DOMFloat32Array* mojoArrayToFloat32Array(const mojo::WTFArray<float>& vec) {
VRPose::VRPose() {}
-void VRPose::setPose(const device::blink::VRPosePtr& state) {
+void VRPose::setPose(const device::mojom::blink::VRPosePtr& state) {
if (state.is_null())
return;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRPose.h ('k') | third_party/WebKit/Source/modules/vr/VRStageParameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698