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

Unified Diff: Source/modules/vr/VRHardwareUnitCollection.h

Issue 1317243002: [VR, Permission] Use appopriate type parameters for WebCallbacks (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.cpp ('k') | Source/modules/vr/VRHardwareUnitCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRHardwareUnitCollection.h
diff --git a/Source/modules/vr/VRHardwareUnitCollection.h b/Source/modules/vr/VRHardwareUnitCollection.h
index 2f01bb5205bda94ffe7285651f94ab5af63ce6d4..e273fd2b8894a6f8948e59605fdf9527b46110c6 100644
--- a/Source/modules/vr/VRHardwareUnitCollection.h
+++ b/Source/modules/vr/VRHardwareUnitCollection.h
@@ -18,7 +18,7 @@ class VRHardwareUnitCollection final : public GarbageCollected<VRHardwareUnitCol
public:
explicit VRHardwareUnitCollection(VRController*);
- VRDeviceVector updateVRHardwareUnits(const WebVector<WebVRDevice>*);
+ VRDeviceVector updateVRHardwareUnits(const WebVector<WebVRDevice>&);
VRHardwareUnit* getHardwareUnitForIndex(unsigned index);
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.cpp ('k') | Source/modules/vr/VRHardwareUnitCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698