summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h')
-rw-r--r--chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h b/chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h
index 181d47b4e54..fa3d3f5df7d 100644
--- a/chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h
+++ b/chromium/third_party/blink/renderer/core/imagebitmap/image_bitmap_source.h
@@ -25,7 +25,6 @@ class CORE_EXPORT ImageBitmapSource {
public:
virtual IntSize BitmapSourceSize() const { return IntSize(); }
virtual ScriptPromise CreateImageBitmap(ScriptState*,
- EventTarget&,
base::Optional<IntRect>,
const ImageBitmapOptions*,
ExceptionState&);