| Index: Source/platform/graphics/ImageSource.cpp
|
| diff --git a/Source/core/platform/graphics/ImageSource.cpp b/Source/platform/graphics/ImageSource.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/ImageSource.cpp
|
| rename to Source/platform/graphics/ImageSource.cpp
|
| index eaf636a920eb069be7b7921dfe4335248a708271..dee22c391543ab86059b18aaeefc05cede16b4c6 100644
|
| --- a/Source/core/platform/graphics/ImageSource.cpp
|
| +++ b/Source/platform/graphics/ImageSource.cpp
|
| @@ -26,10 +26,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/ImageSource.h"
|
| +#include "platform/graphics/ImageSource.h"
|
|
|
| -#include "core/platform/graphics/DeferredImageDecoder.h"
|
| -#include "core/platform/image-decoders/ImageDecoder.h"
|
| +#include "platform/graphics/DeferredImageDecoder.h"
|
| +#include "platform/image-decoders/ImageDecoder.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
|
|