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

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

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 | « third_party/WebKit/Source/modules/vr/VRStageParameters.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | 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 3d549ce223e97c9befb77e157c1ba9c20672331c..b79f04ec6ab069e31d0170de75d6077a85279da6 100644
--- a/third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
@@ -18,7 +18,7 @@ VRStageParameters::VRStageParameters()
m_standingTransform->data()[15] = 1.0f;
}
-void VRStageParameters::update(const mojom::blink::VRStageParametersPtr& stage)
+void VRStageParameters::update(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') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698