diff options
Diffstat (limited to 'WebCore/svg/SVGViewSpec.cpp')
-rw-r--r-- | WebCore/svg/SVGViewSpec.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/WebCore/svg/SVGViewSpec.cpp b/WebCore/svg/SVGViewSpec.cpp index 25fb66b..20c58ac 100644 --- a/WebCore/svg/SVGViewSpec.cpp +++ b/WebCore/svg/SVGViewSpec.cpp @@ -32,17 +32,11 @@ namespace WebCore { SVGViewSpec::SVGViewSpec(const SVGSVGElement* contextElement) - : SVGFitToViewBox() - , SVGZoomAndPan() - , m_contextElement(contextElement) + : m_contextElement(contextElement) , m_transform(SVGTransformList::create(SVGNames::transformAttr)) { } -SVGViewSpec::~SVGViewSpec() -{ -} - void SVGViewSpec::setTransform(const String& transform) { SVGTransformable::parseTransformAttribute(m_transform.get(), transform); |