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

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

Issue 2494733002: Reland of mojo VR interface simpified. (Closed)
Patch Set: Fix Werror 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/VRStageParameters.h
diff --git a/third_party/WebKit/Source/modules/vr/VRStageParameters.h b/third_party/WebKit/Source/modules/vr/VRStageParameters.h
index 4f411c7d3e135d8a7147bc99e83e56e9b19f8ec6..50534d31d8ecbe7cc711746c9ed391eb8e3b5134 100644
--- a/third_party/WebKit/Source/modules/vr/VRStageParameters.h
+++ b/third_party/WebKit/Source/modules/vr/VRStageParameters.h
@@ -27,7 +27,7 @@ class VRStageParameters final : public GarbageCollected<VRStageParameters>,
float sizeX() const { return m_sizeX; }
float sizeZ() const { return m_sizeZ; }
- void update(const device::blink::VRStageParametersPtr&);
+ void update(const device::mojom::blink::VRStageParametersPtr&);
DECLARE_VIRTUAL_TRACE()
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRPose.cpp ('k') | third_party/WebKit/Source/modules/vr/VRStageParameters.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698