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

Unified Diff: webkit/port/platform/graphics/GraphicsContextSkia.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
« no previous file with comments | « webkit/port/platform/graphics/FontWin.cpp ('k') | webkit/port/platform/graphics/ImageSkia.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/graphics/GraphicsContextSkia.cpp
===================================================================
--- webkit/port/platform/graphics/GraphicsContextSkia.cpp (revision 5893)
+++ webkit/port/platform/graphics/GraphicsContextSkia.cpp (working copy)
@@ -14,9 +14,9 @@
** limitations under the License.
*/
+#include "config.h"
#include <math.h>
-#include "config.h"
#include "GraphicsContext.h"
#include "GraphicsContextPlatformPrivate.h"
#include "GraphicsContextPrivate.h"
@@ -33,12 +33,11 @@
#include "SkBitmap.h"
#include "SkBlurDrawLooper.h"
#include "SkCornerPathEffect.h"
+#include "skia/ext/platform_canvas.h"
#include "SkiaUtils.h"
#include "SkShader.h"
#include "wtf/MathExtras.h"
-#include "base/gfx/platform_canvas.h"
-
using namespace std;
namespace WebCore {
« no previous file with comments | « webkit/port/platform/graphics/FontWin.cpp ('k') | webkit/port/platform/graphics/ImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698