Chromium Code Reviews| Index: Source/platform/image-decoders/ImageDecoder.h |
| diff --git a/Source/platform/image-decoders/ImageDecoder.h b/Source/platform/image-decoders/ImageDecoder.h |
| index 4f2164f00fce9fbc16cf4dfcbb3262ce62d4c6be..a5d7546f332230abdbd8ac63ec89115f2727fd69 100644 |
| --- a/Source/platform/image-decoders/ImageDecoder.h |
| +++ b/Source/platform/image-decoders/ImageDecoder.h |
| @@ -35,7 +35,9 @@ |
| #include "platform/image-decoders/ImageFrame.h" |
| #include "public/platform/Platform.h" |
| #include "wtf/Assertions.h" |
| +#include "wtf/PassOwnPtr.h" |
|
Peter Kasting
2015/06/15 20:18:21
Nit: If this header compiled without these before,
Noel Gordon
2015/06/16 17:53:47
It's correct from the include-what-you-use standpo
|
| #include "wtf/RefPtr.h" |
| +#include "wtf/Threading.h" |
| #include "wtf/Vector.h" |
| #include "wtf/text/WTFString.h" |