Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
index bd36802ec110e53a8839116912b8bc28f06a2fe2..0e9d79c3b47b8506e2233d851b2e5b48cfb37c79 100644 |
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
@@ -18,7 +18,7 @@ public: |
static PassRefPtr<StaticBitmapImage> create(PassRefPtr<SkImage>); |
virtual void destroyDecodedData(bool destroyAll) { } |
virtual bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata); |
- virtual IntSize size() const; |
+ virtual IntSize concreteObjectSize(const FloatSize&) const; |
void draw(SkCanvas*, const SkPaint&, const FloatRect& dstRect, const FloatRect& srcRect, RespectImageOrientationEnum, ImageClampingMode) override; |
PassRefPtr<SkImage> imageForCurrentFrame() override; |