Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
index 94a9c8cfffe6b88d445eb3e834f82466225b5cf4..f5e9dd59725b7afc0a9ebed7b868c23c3cf84dc7 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
@@ -75,8 +75,8 @@ class SVGImageForContainer final : public Image { |
} |
bool hasRelativeSize() const override { return m_image->hasRelativeSize(); } |
- void draw(SkCanvas*, |
- const SkPaint&, |
+ void draw(PaintCanvas*, |
+ const PaintFlags&, |
const FloatRect&, |
const FloatRect&, |
RespectImageOrientationEnum, |