Index: webkit/port/platform/graphics/ImageSkia.cpp |
=================================================================== |
--- webkit/port/platform/graphics/ImageSkia.cpp (revision 5893) |
+++ webkit/port/platform/graphics/ImageSkia.cpp (working copy) |
@@ -43,8 +43,8 @@ |
#include "SkiaUtils.h" |
#include "SkShader.h" |
-#include "base/gfx/image_operations.h" |
-#include "base/gfx/platform_canvas.h" |
+#include "base/gfx/image_operations.h" // TODO(brettw) remove this dependency. |
+#include "skia/ext/platform_canvas.h" |
namespace WebCore { |