Chromium Code Reviews| 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..9aa6c11a924edc74acc17bf719fe16402eb964ba 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 final; |
|
fs
2015/06/16 10:54:02
Nit: This class is final.
pdr.
2015/06/17 03:50:49
Done
|
| + void updateStrokeAndFillBoundingBoxes() override final; |
| + |
| virtual FloatRect hitTestStrokeBoundingBox() const override; |
| - FloatRect calculateUpdatedStrokeBoundingBox() const; |
| virtual bool shapeDependentStrokeContains(const FloatPoint&) override; |