| Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp
|
| diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp
|
| index 850e362773554e6f162776c2a6a3a329d06444c1..b7760480e8ee8ff3a3eb9ec44dd6092dedfbaccb 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp
|
| @@ -21,7 +21,7 @@ ScriptPromise ImageBitmapSource::fulfillImageBitmap(ScriptState* scriptState, Im
|
| return promise;
|
| }
|
|
|
| -ScriptPromise ImageBitmapSource::createImageBitmap(ScriptState* scriptState, EventTarget& eventTarget, int sx, int sy, int sw, int sh, const ImageBitmapOptions& options, ExceptionState& exceptionState)
|
| +ScriptPromise ImageBitmapSource::createImageBitmap(ScriptState* scriptState, EventTarget& eventTarget, Optional<IntRect> cropRect, const ImageBitmapOptions& options, ExceptionState& exceptionState)
|
| {
|
| return ScriptPromise();
|
| }
|
|
|