Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h |
index 0deda656eed5e05fba516dce430d64b059faa13e..8e89ce0405ec3537f915c5586d780efbb0ea8e06 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h |
@@ -47,8 +47,11 @@ public: |
using WebType = OwnPtr<WebBluetoothGATTCharacteristicInit>; |
static BluetoothGATTCharacteristic* take(ScriptPromiseResolver*, PassOwnPtr<WebBluetoothGATTCharacteristicInit>); |
+ // Save value. |
+ void setValue(const PassRefPtr<DOMArrayBuffer>&); |
+ |
// WebBluetoothGATTCharacteristic interface: |
- void dispatchCharacteristicValueChanged(const WebVector<uint8_t>& value) override; |
+ void dispatchCharacteristicValueChanged(const WebVector<uint8_t>&) override; |
// ActiveDOMObject interface. |
void stop() override; |