| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index 024ad0ad7c4536f0c6bb19ac62c3d4db42854562..248ec03dfc9e8acf39e952ae067c602f080e92ec 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -74,6 +74,10 @@ class CORE_EXPORT SVGElement : public Element {
|
| }
|
| static bool isAnimatableCSSProperty(const QualifiedName&);
|
|
|
| + enum ApplyMotionTransform { ExcludeMotionTransform, IncludeMotionTransform };
|
| + bool hasTransform(ApplyMotionTransform) const;
|
| + AffineTransform calculateTransform(ApplyMotionTransform) const;
|
| +
|
| enum CTMScope {
|
| NearestViewportScope, // Used by SVGGraphicsElement::getCTM()
|
| ScreenScope, // Used by SVGGraphicsElement::getScreenCTM()
|
|
|