diff options
Diffstat (limited to 'WebCore/svg/SVGFitToViewBox.h')
-rw-r--r-- | WebCore/svg/SVGFitToViewBox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFitToViewBox.h b/WebCore/svg/SVGFitToViewBox.h index ca0fec8..d6551f5 100644 --- a/WebCore/svg/SVGFitToViewBox.h +++ b/WebCore/svg/SVGFitToViewBox.h @@ -31,8 +31,7 @@ class AffineTransform; class SVGFitToViewBox { public: - SVGFitToViewBox(); - virtual ~SVGFitToViewBox(); + virtual ~SVGFitToViewBox() { } bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool validate = true); static AffineTransform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float viewWidth, float viewHeight); |