| Index: third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.h b/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| index 2a8d6237eb82057cd41c40142d4030c12cf709e3..5c9a5e45ecab9768b50ea3ad83921fdbd36ef086 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| @@ -78,6 +78,8 @@ private:
|
|
|
| DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGTransformList);
|
|
|
| +SVGTransformType parseTransformType(const String&);
|
| +
|
| } // namespace blink
|
|
|
| #endif // SVGTransformList_h
|
|
|