| 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 a02f91d7ac51af9b15ed63ef6fb3b31d207d5506..a0e2fe7d4ac002ea53602b1be07d5c5492cfa102 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| @@ -56,9 +56,6 @@ private:
|
| void onTakePhoto(ScriptPromiseResolver*, const String& mimeType, mojo::WTFArray<uint8_t> data);
|
| void onServiceConnectionError();
|
|
|
| - // EventTarget implementation.
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| -
|
| Member<MediaStreamTrack> m_streamTrack;
|
| OwnPtr<WebImageCaptureFrameGrabber> m_frameGrabber;
|
| mojom::blink::ImageCapturePtr m_service;
|
|
|