| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| index 72e9617302dc4cd1227aa8423a2354baead22e80..c5a59884d92458e66b478183cd734137fd97e4b3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| @@ -26,6 +26,7 @@
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "wtf/text/ParsingUtilities.h"
|
| +#include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|