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

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

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.h
diff --git a/third_party/WebKit/Source/modules/vr/VREyeParameters.h b/third_party/WebKit/Source/modules/vr/VREyeParameters.h
index 6e34b5a417b389a83ff3c2c54ca5d102e82126fc..9d0e524f5dc32ffb80c2ad64222f829df49e5928 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.h
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.h
@@ -29,7 +29,7 @@
unsigned long renderWidth() const { return m_renderWidth; }
unsigned long renderHeight() const { return m_renderHeight; }
- void update(const device::mojom::blink::VREyeParametersPtr&);
+ void update(const device::blink::VREyeParametersPtr&);
DECLARE_VIRTUAL_TRACE()
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/modules/vr/VREyeParameters.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698