| 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 a166152aa58541840bc7ccb36e22e6ecd685cbe4..9e68c2ad9ef76eadd6b8ee19526d59b26718b566 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -24,7 +24,7 @@ public:
|
| 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;
|
| + void draw(SkCanvas*, const SkPaint&, const FloatRect& dstRect, const FloatRect& srcRect, bool imageSmoothingEnabled, RespectImageOrientationEnum, ImageClampingMode) override;
|
|
|
| PassRefPtr<SkImage> imageForCurrentFrame() override;
|
|
|
|
|