| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 0efc69a50005c412af110158905a502825ead50b..003883537d88db0f3ac910ebd90033123715de93 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -191,6 +191,8 @@ public:
|
|
|
| static const AtomicString& eventParameterName();
|
|
|
| + bool getStyleTransform(AffineTransform& matrix) const;
|
| +
|
| protected:
|
| SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
|
|
|
|
|