| 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 ac2fc2e64da848898b24a2b0e685cb286a8b7a90..e5f24e6973308f6a0d79d9bafe4c3093aa93ed98 100644
 | 
| --- a/Source/core/platform/graphics/skia/ImageBufferSkia.cpp
 | 
| +++ b/Source/core/platform/graphics/skia/ImageBufferSkia.cpp
 | 
| @@ -34,13 +34,9 @@
 | 
|  #include "core/platform/graphics/ImageBuffer.h"
 | 
|  
 | 
|  #include "GrContext.h"
 | 
| -#include "MemoryInstrumentationSkia.h"
 | 
| -#include "NativeImageSkia.h"
 | 
| -#include "PlatformContextSkia.h"
 | 
|  #include "SkColorPriv.h"
 | 
|  #include "SkGpuDevice.h"
 | 
|  #include "SkSurface.h"
 | 
| -#include "SkiaUtils.h"
 | 
|  #include "core/html/ImageData.h"
 | 
|  #include "core/platform/MIMETypeRegistry.h"
 | 
|  #include "core/platform/graphics/BitmapImage.h"
 | 
| @@ -49,6 +45,10 @@
 | 
|  #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/PlatformContextSkia.h"
 | 
| +#include "core/platform/graphics/skia/SkiaUtils.h"
 | 
|  #include "core/platform/image-encoders/skia/JPEGImageEncoder.h"
 | 
|  #include "core/platform/image-encoders/skia/PNGImageEncoder.h"
 | 
|  #include "core/platform/image-encoders/skia/WEBPImageEncoder.h"
 | 
| 
 |