| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| index 3a2a1ce5507a026123683cd4023d87d1918d34a6..02e00c05c8b146301956037bd30f33bb09d28b64 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| @@ -40,9 +40,9 @@ IntSize SVGImageForContainer::size() const
|
| }
|
|
|
| void SVGImageForContainer::draw(SkCanvas* canvas, const SkPaint& paint, const FloatRect& dstRect,
|
| - const FloatRect& srcRect, RespectImageOrientationEnum, ImageClampingMode)
|
| + const FloatRect& srcRect, bool imageSmoothingEnabled, RespectImageOrientationEnum, ImageClampingMode)
|
| {
|
| - m_image->drawForContainer(canvas, paint, m_containerSize, m_zoom, dstRect, srcRect, m_url);
|
| + m_image->drawForContainer(canvas, paint, m_containerSize, m_zoom, dstRect, srcRect, imageSmoothingEnabled, m_url);
|
| }
|
|
|
| void SVGImageForContainer::drawPattern(GraphicsContext& context, const FloatRect& srcRect, const FloatSize& scale,
|
|
|