| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| index 88662e5a2f4a1cd6f4310a7aefce5bcb1d85bd76..3c86c82f3fa261ffc0cbb61127ec0464985f2ee4 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| @@ -61,7 +61,7 @@ private:
|
|
|
| void onCapabilities(ScriptPromiseResolver*, media::mojom::blink::PhotoCapabilitiesPtr);
|
| void onSetOptions(ScriptPromiseResolver*, bool);
|
| - void onTakePhoto(ScriptPromiseResolver*, const String& mimeType, mojo::WTFArray<uint8_t> data);
|
| + void onTakePhoto(ScriptPromiseResolver*, const String& mimeType, const Vector<uint8_t>& data);
|
| void onServiceConnectionError();
|
|
|
| Member<MediaStreamTrack> m_streamTrack;
|
|
|