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 7c13a84c630d73245cb93136c48d444de38e2f54..1d46edbf2aeb591514fed352b46e8c5caa4bb586 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
@@ -75,6 +75,8 @@ class SVGImageForContainer final : public Image { |
} |
bool hasRelativeSize() const override { return m_image->hasRelativeSize(); } |
+ bool applyShader(PaintFlags&, const SkMatrix& localMatrix) override; |
+ |
void draw(PaintCanvas*, |
const PaintFlags&, |
const FloatRect&, |