| Index: Source/core/platform/graphics/skia/ImageBufferSkia.cpp
|
| diff --git a/Source/core/platform/graphics/skia/ImageBufferSkia.cpp b/Source/core/platform/graphics/skia/ImageBufferSkia.cpp
|
| index 69464c730bc365519ba91d864583d131be64a74c..e87ce7a6bab4fe51dd1bf1d255a2916bb7c7d7aa 100644
|
| --- a/Source/core/platform/graphics/skia/ImageBufferSkia.cpp
|
| +++ b/Source/core/platform/graphics/skia/ImageBufferSkia.cpp
|
| @@ -34,18 +34,14 @@
|
| #include "core/platform/graphics/ImageBuffer.h"
|
|
|
| #include "GrContext.h"
|
| -#include "SkColorPriv.h"
|
| -#include "SkGpuDevice.h"
|
| #include "SkSurface.h"
|
| #include "core/html/ImageData.h"
|
| -#include "core/platform/MIMETypeRegistry.h"
|
| #include "core/platform/graphics/BitmapImage.h"
|
| #include "core/platform/graphics/Extensions3D.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
| #include "core/platform/graphics/chromium/Canvas2DLayerBridge.h"
|
| #include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
|
| -#include "core/platform/graphics/skia/MemoryInstrumentationSkia.h"
|
| #include "core/platform/graphics/skia/NativeImageSkia.h"
|
| #include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "core/platform/image-encoders/skia/JPEGImageEncoder.h"
|
|
|