Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
index 2141f691dc6aa2397f03eb1c5959fe27c9353d7b..a3c2663dd170da1662f00a76945eba4c4d9b6710 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
@@ -316,7 +316,7 @@ void SVGImage::drawInternal(SkCanvas* canvas, const SkPaint& paint, const FloatR |
TransformRecorder transformRecorder(imagePicture.context(), *this, transform); |
view->updateAllLifecyclePhases(); |
- view->paint(&imagePicture.context(), CullRect(enclosingIntRect(srcRect))); |
+ view->paint(imagePicture.context(), CullRect(enclosingIntRect(srcRect))); |
ASSERT(!view->needsLayout()); |
} |