| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index f6c45f29827b8f278dc04bfb2ff2518925a8485b..56df0a127290bcfa399c7054680702ce915c1078 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -90,7 +90,7 @@ public:
|
|
|
| // ImageBitmapSource implementation
|
| IntSize bitmapSourceSize() const override;
|
| - 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;
|
|
|
| private:
|
| HTMLVideoElement(Document&);
|
|
|