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

Unified Diff: webkit/port/platform/graphics/skia/public/PlatformCanvas.h

Issue 11568: Move skia extensions from the port to skia/ext. (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/skia/public/PlatformCanvas.h
===================================================================
--- webkit/port/platform/graphics/skia/public/PlatformCanvas.h (revision 5845)
+++ webkit/port/platform/graphics/skia/public/PlatformCanvas.h (working copy)
@@ -7,7 +7,7 @@
// around.
#if defined(WIN32)
-#include "PlatformCanvasWin.h"
+#include "skia/ext/platform_canvas_win.h"
namespace gfx {
typedef PlatformCanvasWin PlatformCanvas;

Powered by Google App Engine
This is Rietveld 408576698