| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index a47aee4f4bff5b833db82dae4b18c2886fde5e78..46a897a883a93a9a50b6ad0184e174685204dcfe 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -32,8 +32,8 @@
|
| #include "platform/graphics/paint/PaintRecord.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/Allocator.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|