Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
index 7b0708a1b5fb6ed9b198cd0680046f0cc04b6a0f..87ebf625089622ff3ce4cdecb5394b96acefef0b 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
@@ -106,6 +106,8 @@ class LayoutSVGShape : public LayoutSVGModelObject { |
const char* name() const override { return "LayoutSVGShape"; } |
protected: |
+ void adjustVisualRectForRasterEffects(LayoutRect&) const override; |
+ |
void clearPath() { m_path.reset(); } |
void createPath(); |