| Index: Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| diff --git a/Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp b/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| rename to Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| index 621415b38172968c65f87eae578895ac69c51272..3861570e33304d35155075915ca070a02c653669 100644
|
| --- a/Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| +++ b/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| @@ -24,11 +24,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/image-decoders/gif/GIFImageDecoder.h"
|
| +#include "platform/image-decoders/gif/GIFImageDecoder.h"
|
|
|
| #include <limits>
|
| -#include "core/platform/image-decoders/gif/GIFImageReader.h"
|
| #include "platform/PlatformInstrumentation.h"
|
| +#include "platform/image-decoders/gif/GIFImageReader.h"
|
| #include "wtf/NotFound.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
|
|