Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
index 7e066d430890368f5b0ace776141a15d7e47a9bb..327149c363c5bbd046098c3bf873031e03e07050 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
@@ -106,8 +106,8 @@ private: |
bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override { return false; } |
SVGImage(ImageObserver*); |
- void draw(SkCanvas*, const SkPaint&, const FloatRect& fromRect, const FloatRect& toRect, RespectImageOrientationEnum, ImageClampingMode) override; |
- void drawForContainer(SkCanvas*, const SkPaint&, const FloatSize, float, const FloatRect&, const FloatRect&, const KURL&); |
+ void draw(SkCanvas*, const SkPaint&, const FloatRect& fromRect, const FloatRect& toRect, bool imageSmoothingEnabled, RespectImageOrientationEnum, ImageClampingMode) override; |
+ void drawForContainer(SkCanvas*, const SkPaint&, const FloatSize, float, const FloatRect&, const FloatRect&, bool imageSmoothingEnabled, const KURL&); |
void drawPatternForContainer(GraphicsContext&, const FloatSize, float, const FloatRect&, const FloatSize&, const FloatPoint&, |
SkXfermode::Mode, const FloatRect&, const FloatSize& repeatSpacing, const KURL&); |
PassRefPtr<SkImage> imageForCurrentFrameForContainer(const KURL&, const FloatSize& containerSize); |