| Index: third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.h b/third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| index 0279cc03a29b414ec52da35c5b72d1681de41604..9a05014cda8e6b3b4bb372374ab0d5cd1f910ece 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| @@ -29,6 +29,7 @@ public:
|
| const WebUSBDeviceInfo::Interface& info() const;
|
|
|
| uint8_t interfaceNumber() const;
|
| + USBAlternateInterface* alternate() const;
|
| HeapVector<Member<USBAlternateInterface>> alternates() const;
|
| bool claimed() const;
|
|
|
|
|