| 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 18c2f8308570d9e3aa4ef55206a035658ddd0256..2f173c574fddfe96fd2b547b6eb351d9d1750eca 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;
|
|
|