| Index: third_party/WebKit/Source/core/svg/SVGTransformDistance.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformDistance.cpp b/third_party/WebKit/Source/core/svg/SVGTransformDistance.cpp
|
| index 911152889142473412caebb1d6f93297855dbacf..d5756ebdcc1d3c195fbdd9db5cc3d4a21e2b3f6a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformDistance.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformDistance.cpp
|
| @@ -19,9 +19,9 @@
|
|
|
| #include "core/svg/SVGTransformDistance.h"
|
|
|
| +#include <math.h>
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/FloatSize.h"
|
| -#include <math.h>
|
|
|
| namespace blink {
|
|
|
|
|