| Index: Source/core/platform/graphics/DeferredImageDecoder.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp b/Source/core/platform/graphics/DeferredImageDecoder.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
|
| rename to Source/core/platform/graphics/DeferredImageDecoder.cpp
|
| index 48fc931661143e6bde1eb6322df7c080c47267a2..cb030e5ecadece6943d52bce83428f5460d18ba4 100644
|
| --- a/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
|
| +++ b/Source/core/platform/graphics/DeferredImageDecoder.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/chromium/DeferredImageDecoder.h"
|
| +#include "core/platform/graphics/DeferredImageDecoder.h"
|
|
|
| -#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
|
| -#include "core/platform/graphics/chromium/LazyDecodingPixelRef.h"
|
| +#include "core/platform/graphics/ImageFrameGenerator.h"
|
| +#include "core/platform/graphics/LazyDecodingPixelRef.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
|
|