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 87ebf625089622ff3ce4cdecb5394b96acefef0b..9c7adb087810f77a40216b6f4a116b9ec2452168 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
@@ -106,7 +106,7 @@ class LayoutSVGShape : public LayoutSVGModelObject { |
const char* name() const override { return "LayoutSVGShape"; } |
protected: |
- void adjustVisualRectForRasterEffects(LayoutRect&) const override; |
+ bool adjustVisualRectForRasterEffects(LayoutRect&) const override; |
void clearPath() { m_path.reset(); } |
void createPath(); |