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

Unified Diff: third_party/WebKit/Source/modules/vr/VREyeParameters.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
Index: third_party/WebKit/Source/modules/vr/VREyeParameters.cpp
diff --git a/third_party/WebKit/Source/modules/vr/VREyeParameters.cpp b/third_party/WebKit/Source/modules/vr/VREyeParameters.cpp
index 5a2640da411d87dad92789fe4b3c0920d1f72e9c..da88cb1b10c0610d1d78a5218ce9c6090a13e6eb 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.cpp
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.cpp
@@ -14,7 +14,7 @@
}
void VREyeParameters::update(
- const device::mojom::blink::VREyeParametersPtr& eyeParameters) {
+ const device::blink::VREyeParametersPtr& eyeParameters) {
m_offset->data()[0] = eyeParameters->offset[0];
m_offset->data()[1] = eyeParameters->offset[1];
m_offset->data()[2] = eyeParameters->offset[2];
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VREyeParameters.h ('k') | third_party/WebKit/Source/modules/vr/VRFrameData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698