| Index: Source/core/platform/graphics/skia/NativeImageSkia.cpp
|
| diff --git a/Source/core/platform/graphics/skia/NativeImageSkia.cpp b/Source/core/platform/graphics/skia/NativeImageSkia.cpp
|
| index 690051b02a85d86b31dd17a75e6f0fabbc050d56..e8c3fea216b33c529a3e8c02b9123baab0a95914 100644
|
| --- a/Source/core/platform/graphics/skia/NativeImageSkia.cpp
|
| +++ b/Source/core/platform/graphics/skia/NativeImageSkia.cpp
|
| @@ -40,8 +40,8 @@
|
| #include "SkiaUtils.h"
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
|
|
| -#include "DeferredImageDecoder.h"
|
| #include "TraceEvent.h"
|
| +#include "core/platform/graphics/chromium/DeferredImageDecoder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|