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

Unified Diff: Source/modules/webusb/USBInterface.h

Issue 1270983002: WebUSB bindings part 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: punctuation 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/webusb/USBEndpoint.idl ('k') | Source/modules/webusb/USBInterface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webusb/USBInterface.h
diff --git a/Source/modules/webusb/USBInterface.h b/Source/modules/webusb/USBInterface.h
index 88aa4e2392a5f58eb7d8551b9d355b3a2c75269d..14a354c8e6bbfaa8e01c49331c0ecec95dbfa1e9 100644
--- a/Source/modules/webusb/USBInterface.h
+++ b/Source/modules/webusb/USBInterface.h
@@ -12,6 +12,7 @@
namespace blink {
class ExceptionState;
+class USBAlternateInterface;
class USBConfiguration;
class USBInterface
@@ -27,6 +28,7 @@ public:
const WebUSBDeviceInfo::Interface& info() const;
uint8_t interfaceNumber() const;
+ HeapVector<Member<USBAlternateInterface>> alternates() const;
DECLARE_TRACE();
« no previous file with comments | « Source/modules/webusb/USBEndpoint.idl ('k') | Source/modules/webusb/USBInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698