Index: third_party/WebKit/Source/core/frame/ImageBitmap.h |
diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
index e9194645529e70f92577df9c1b246d68f52829a5..2a2c485c0716396a0ee12548c8f9a6765181c4c4 100644 |
--- a/third_party/WebKit/Source/core/frame/ImageBitmap.h |
+++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
@@ -56,10 +56,10 @@ public: |
~ImageBitmap() override; |
// CanvasImageSource implementation |
- PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason) const override; |
+ PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason, const FloatSize&) const override; |
bool wouldTaintOrigin(SecurityOrigin*) const override { return !m_image->originClean(); } |
void adjustDrawRects(FloatRect* srcRect, FloatRect* dstRect) const override; |
- FloatSize elementSize() const override; |
+ FloatSize elementSize(const FloatSize&) const override; |
// ImageBitmapSource implementation |
IntSize bitmapSourceSize() const override { return size(); } |