| 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 562bd2a3b00a2e892d421df2e89160525e7718b8..001e3b01b93b3145e6792ca8fc9bc93c112ef843 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>);
|
| static PassRefPtr<StaticBitmapImage> create(WebExternalTextureMailbox&);
|
| - 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;
|
|
|