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

Unified Diff: Source/modules/vr/VRGetDevicesCallback.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/quota/StorageManager.cpp ('k') | Source/modules/vr/VRGetDevicesCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRGetDevicesCallback.h
diff --git a/Source/modules/vr/VRGetDevicesCallback.h b/Source/modules/vr/VRGetDevicesCallback.h
index 1a18adcc5d8daeb697966743f2944ae0e152e805..f04950ff0333d9f9265aed4f6293179a93487c0a 100644
--- a/Source/modules/vr/VRGetDevicesCallback.h
+++ b/Source/modules/vr/VRGetDevicesCallback.h
@@ -19,7 +19,7 @@ public:
VRGetDevicesCallback(ScriptPromiseResolver*, VRHardwareUnitCollection*);
~VRGetDevicesCallback() override;
- void onSuccess(WebVector<WebVRDevice>*) override;
+ void onSuccess(const WebVector<WebVRDevice>&) override;
void onError() override;
private:
« no previous file with comments | « Source/modules/quota/StorageManager.cpp ('k') | Source/modules/vr/VRGetDevicesCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698