| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 6ed8ea8bd7aeff12ab21282a8c4b9fa34aa0a0dd..bf8118f16f764d4283bd4f3f415bc3c562ff0f40 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -43,6 +43,7 @@ class SVGCursorElement;
|
| class SVGDocumentExtensions;
|
| class SVGElementInstance;
|
| class SVGElementRareData;
|
| +class SVGFitToViewBox;
|
| class SVGSVGElement;
|
|
|
| void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);
|
| @@ -179,6 +180,8 @@ protected:
|
| void setHasSVGRareData() { m_hasSVGRareData = true; }
|
| void clearHasSVGRareData() { m_hasSVGRareData = false; }
|
|
|
| + // SVGFitToViewBox::parseAttribute uses reportAttributeParsingError.
|
| + friend class SVGFitToViewBox;
|
| void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&);
|
| bool hasFocusEventListeners() const;
|
|
|
|
|