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 b4621ace450dd7c1a04a236152c7ea44ad462c0a..16bda82aeaa27ce15edcf736e7160498c7e7dc78 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
@@ -33,8 +33,8 @@ IntSize SVGImageForContainer::size() const { |
return roundedIntSize(scaledContainerSize); |
} |
-void SVGImageForContainer::draw(SkCanvas* canvas, |
- const SkPaint& paint, |
+void SVGImageForContainer::draw(PaintCanvas* canvas, |
+ const PaintFlags& paint, |
const FloatRect& dstRect, |
const FloatRect& srcRect, |
RespectImageOrientationEnum, |