| Index: Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| diff --git a/Source/platform/graphics/LazyDecodingPixelRef.cpp b/Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| index 272d8e3bdc69c7d8a933052e3bc64a5e468f134f..42530449fefb41267d50d3c2a03028078e6ba83e 100644
|
| --- a/Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| +++ b/Source/platform/graphics/LazyDecodingPixelRef.cpp
|
| @@ -27,9 +27,9 @@
|
| #include "platform/graphics/LazyDecodingPixelRef.h"
|
|
|
| #include "SkData.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/graphics/ImageDecodingStore.h"
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|