Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: webkit/port/platform/graphics/ImageSkia.cpp

Issue 11588: Remove base versions of the graphics headers, which previously just forwarded... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « webkit/port/platform/graphics/GraphicsContextSkia.cpp ('k') | webkit/port/platform/graphics/PlatformContextSkia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698