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

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

Powered by Google App Engine
This is Rietveld 408576698