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

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

Issue 2488273002: Revert of mojo VR interface simplified (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRStageParameters.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
diff --git a/third_party/WebKit/Source/modules/vr/VRStageParameters.cpp b/third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
index 597ab4efd20cb811a8c2dae5dae8763fbf69269c..dc13abf2280fafeb71fcca2e2371d5812c6edf52 100644
--- a/third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
@@ -16,7 +16,7 @@
}
void VRStageParameters::update(
- const device::mojom::blink::VRStageParametersPtr& stage) {
+ const device::blink::VRStageParametersPtr& stage) {
m_standingTransform =
DOMFloat32Array::create(&(stage->standingTransform.front()), 16);
m_sizeX = stage->sizeX;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRStageParameters.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698