| Index: third_party/WebKit/Source/platform/graphics/Path.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.cpp b/third_party/WebKit/Source/platform/graphics/Path.cpp
|
| index 50bcec4f1889ce35d4909901a9f68be2e6b46d69..636149324626e04ffc3c993cfb4da701d38fd327 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.cpp
|
| @@ -35,8 +35,8 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| #include "third_party/skia/include/pathops/SkPathOps.h"
|
| -#include "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|