| Index: third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h
|
| index 4db08627eaa416224ed604378972a96e762c26a1..b765940260a8a9e8740e54320215f06c9d3c481f 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h
|
| @@ -29,10 +29,10 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/image-decoders/ImageFrame.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "png.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
|
|
| #if !defined(PNG_LIBPNG_VER_MAJOR) || !defined(PNG_LIBPNG_VER_MINOR)
|
| #error version error: compile against a versioned libpng.
|
|
|