| Index: third_party/WebKit/Source/core/html/ImageData.h
|
| diff --git a/third_party/WebKit/Source/core/html/ImageData.h b/third_party/WebKit/Source/core/html/ImageData.h
|
| index 71905d1f4883ef78cd6e314fb4288e30f4351aa2..4000134800c10e6558d57ee4a40a3266fc1332a5 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageData.h
|
| +++ b/third_party/WebKit/Source/core/html/ImageData.h
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| // ImageBitmapSource implementation
|
| IntSize bitmapSourceSize() const override { return m_size; }
|
| - ScriptPromise createImageBitmap(ScriptState*, EventTarget&, int sx, int sy, int sw, int sh, const ImageBitmapOptions&, ExceptionState&) override;
|
| + ScriptPromise createImageBitmap(ScriptState*, EventTarget&, Optional<IntRect> cropRect, const ImageBitmapOptions&, ExceptionState&) override;
|
|
|
| DEFINE_INLINE_TRACE()
|
| {
|
|
|