| 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 57f9e7bd2011d17da8cfaf24a235d590d08ea9f4..956e1da02b561d27029d5622e175e7c886cea3aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| @@ -41,7 +41,7 @@ void SVGImageForContainer::draw(SkCanvas* canvas, const SkPaint& paint, const Fl
|
| m_image->drawForContainer(canvas, paint, m_containerSize, m_zoom, dstRect, srcRect, m_url);
|
| }
|
|
|
| -void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
|
| +void SVGImageForContainer::drawPattern(GraphicsContext& context, const FloatRect& srcRect, const FloatSize& scale,
|
| const FloatPoint& phase, SkXfermode::Mode op, const FloatRect& dstRect, const FloatSize& repeatSpacing)
|
| {
|
| m_image->drawPatternForContainer(context, m_containerSize, m_zoom, srcRect, scale, phase, op, dstRect, repeatSpacing, m_url);
|
|
|