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..0b359e3c8ff5d708af961f83a7ba930258976124 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 final; |
fs
2015/03/31 14:54:00
This whole class is 'final', so the 'final' is red
|
FloatRect calculateUpdatedStrokeBoundingBox() const; |
virtual bool shapeDependentStrokeContains(const FloatPoint&) override; |