| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.h b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| index 5cc132bdce6723e42bdc5f8e38c371dd3d5c8ed8..7af079da238b52b0346320d50fb9bec0026e95e0 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| @@ -6,8 +6,8 @@
|
| #define SVGShapePainter_h
|
|
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| +#include "platform/wtf/Allocator.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| -#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|