Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
index 4972286eb3821df4815bfbd7ec95e7e97924ca84..6ae446f9c4d972da3d43809a128a4fddd1ceef63 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
@@ -35,10 +35,9 @@ |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/ImageBuffer.h" |
#include "platform/graphics/StaticBitmapImage.h" |
-#include "third_party/skia/include/core/SkCanvas.h" |
-#include "third_party/skia/include/core/SkDevice.h" |
#include "third_party/skia/include/core/SkImage.h" |
-#include "third_party/skia/include/core/SkPicture.h" |
+ |
+class SkPicture; |
namespace blink { |