| Index: third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| index 6771cd73f29a38633be1f1f944aaa81a56436817..481777b5e6bdbcd940797bbdd71334f2082d9f51 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| @@ -96,12 +96,6 @@ bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName)
|
| return attrName == SVGNames::viewBoxAttr || attrName == SVGNames::preserveAspectRatioAttr;
|
| }
|
|
|
| -void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
|
| -{
|
| - supportedAttributes.add(SVGNames::viewBoxAttr);
|
| - supportedAttributes.add(SVGNames::preserveAspectRatioAttr);
|
| -}
|
| -
|
| void SVGFitToViewBox::updateViewBox(const FloatRect& rect)
|
| {
|
| ASSERT(m_viewBox);
|
|
|