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

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

Issue 1967633002: Updated VRService to match the latest Blink WebVR interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And we're back to removing all the array size checks Created 4 years, 7 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/VRDisplayCollection.h
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayCollection.h b/third_party/WebKit/Source/modules/vr/VRDisplayCollection.h
index f75c865a8a691dbb0a0492212add391529cef75c..ebcf65e347c8f06ee3137f378829311cca3e31f2 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplayCollection.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplayCollection.h
@@ -17,7 +17,7 @@ class VRDisplayCollection final : public GarbageCollected<VRDisplayCollection> {
public:
explicit VRDisplayCollection(NavigatorVR*);
- VRDisplayVector updateDisplays(mojo::WTFArray<mojom::blink::VRDeviceInfoPtr>);
+ VRDisplayVector updateDisplays(mojo::WTFArray<mojom::blink::VRDisplayPtr>);
VRDisplay* getDisplayForIndex(unsigned index);
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/modules/vr/VRDisplayCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698