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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplay.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/VRDisplay.cpp
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
index 6a25d622e5bee7027d85ee4e6d94e951161dac24..07a8d6740697bf0697e698763e7f08c36fdb9dc2 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
@@ -52,7 +52,7 @@ VRController* VRDisplay::controller()
return m_navigatorVR->controller();
}
-void VRDisplay::update(const mojom::blink::VRDisplayPtr& display)
+void VRDisplay::update(const device::blink::VRDisplayPtr& display)
{
m_displayId = display->index;
m_displayName = display->displayName;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.h ('k') | third_party/WebKit/Source/modules/vr/VRDisplayCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698