Index: Source/core/rendering/svg/RenderSVGEllipse.h |
diff --git a/Source/core/rendering/svg/RenderSVGEllipse.h b/Source/core/rendering/svg/RenderSVGEllipse.h |
index b73b5526853a2d1c1c684f2e2f909e1d539d94f8..fcb797a7be2ab284c659cd474104387c3d540bab 100644 |
--- a/Source/core/rendering/svg/RenderSVGEllipse.h |
+++ b/Source/core/rendering/svg/RenderSVGEllipse.h |
@@ -45,6 +45,7 @@ private: |
virtual void strokeShape(GraphicsContext*) const OVERRIDE; |
virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE; |
virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const OVERRIDE; |
+ |
fs
2014/06/25 15:06:52
Nit: Maybe drop this stray change.
|
void calculateRadiiAndCenter(); |
private: |