Index: Source/core/layout/svg/LayoutSVGEllipse.h |
diff --git a/Source/core/layout/svg/LayoutSVGEllipse.h b/Source/core/layout/svg/LayoutSVGEllipse.h |
index 2b0377bb667346e7f35b27ba5f846dc133889baa..d6c4975df0c052016b5f3d5d9b6cb90e26d6fe19 100644 |
--- a/Source/core/layout/svg/LayoutSVGEllipse.h |
+++ b/Source/core/layout/svg/LayoutSVGEllipse.h |
@@ -41,7 +41,8 @@ public: |
virtual const char* name() const override { return "LayoutSVGEllipse"; } |
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 bool isShapeEmpty() const override { return m_usePathFallback ? LayoutSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); } |
virtual bool shapeDependentStrokeContains(const FloatPoint&) override; |
virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const override; |