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..e67e6c74afb0fbea2f2d4f72b0bb44003e161e8d 100644 |
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
@@ -16,7 +16,7 @@ public: |
bool currentFrameIsComplete() override { return true; } |
static PassRefPtr<StaticBitmapImage> create(PassRefPtr<SkImage>); |
- virtual void destroyDecodedData(bool destroyAll) { } |
+ virtual void destroyDecodedData() { } |
virtual bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata); |
virtual IntSize size() const; |
void draw(SkCanvas*, const SkPaint&, const FloatRect& dstRect, const FloatRect& srcRect, RespectImageOrientationEnum, ImageClampingMode) override; |