| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
|
| index 19bd50a6f7fe9435a3f888f49e2c3dd50cb5e14a..a395242c12615f24c0495a034999b2f3c8d0ee85 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
|
| @@ -103,10 +103,11 @@ class SVGPreserveAspectRatio final
|
| return AnimatedPreserveAspectRatio;
|
| }
|
|
|
| + void setDefault();
|
| +
|
| private:
|
| SVGPreserveAspectRatio();
|
|
|
| - void setDefault();
|
| template <typename CharType>
|
| SVGParsingError parseInternal(const CharType*& ptr,
|
| const CharType* end,
|
|
|