| Index: Source/core/layout/svg/LayoutSVGPath.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGPath.h b/Source/core/layout/svg/LayoutSVGPath.h
|
| index e477b0d2ca51edce9bbac85e4f26ce3062978c0d..b70272a7bc9c19b58d439fc1a92008b3261bbd0c 100644
|
| --- a/Source/core/layout/svg/LayoutSVGPath.h
|
| +++ b/Source/core/layout/svg/LayoutSVGPath.h
|
| @@ -44,6 +44,7 @@ public:
|
|
|
| private:
|
| virtual void updateShapeFromElement() override;
|
| + virtual FloatRect hitTestStrokeBoundingBox() const override;
|
| FloatRect calculateUpdatedStrokeBoundingBox() const;
|
|
|
| virtual bool shapeDependentStrokeContains(const FloatPoint&) override;
|
|
|