Index: Source/core/layout/svg/LayoutSVGPath.h |
diff --git a/Source/core/layout/svg/LayoutSVGPath.h b/Source/core/layout/svg/LayoutSVGPath.h |
index 2b0b32b460c944655927197ef5110594bcbcbd4f..90e28963e01531ba52c59f5ab22797e344e8d0d9 100644 |
--- a/Source/core/layout/svg/LayoutSVGPath.h |
+++ b/Source/core/layout/svg/LayoutSVGPath.h |
@@ -43,9 +43,10 @@ public: |
virtual const char* name() const override { return "LayoutSVGPath"; } |
private: |
- virtual void updateShapeFromElement() override; |
+ void updateShapeFromElement() override; |
+ void updateStrokeAndFillBoundingBoxes() override; |
+ |
virtual FloatRect hitTestStrokeBoundingBox() const override; |
- FloatRect calculateUpdatedStrokeBoundingBox() const; |
virtual bool shapeDependentStrokeContains(const FloatPoint&) override; |