From 66a473cde2368c63baa1e1e5d76431b57684aca9 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Wed, 22 Jul 2009 02:12:50 +0000 Subject: Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_canvas.h" BUG=None TEST=None Review URL: http://codereview.chromium.org/159057 Patch from Thiago Farina . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21258 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/mac/webview_host.mm | 2 +- webkit/tools/test_shell/mac/webwidget_host.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/tools/test_shell/mac') diff --git a/webkit/tools/test_shell/mac/webview_host.mm b/webkit/tools/test_shell/mac/webview_host.mm index 3349546..960a55b 100644 --- a/webkit/tools/test_shell/mac/webview_host.mm +++ b/webkit/tools/test_shell/mac/webview_host.mm @@ -7,9 +7,9 @@ #include "webkit/tools/test_shell/webview_host.h" #include "webkit/tools/test_shell/mac/test_shell_webview.h" -#include "base/gfx/platform_canvas.h" #include "base/gfx/rect.h" #include "base/gfx/size.h" +#include "skia/ext/platform_canvas.h" #include "webkit/api/public/WebSize.h" #include "webkit/glue/webview.h" diff --git a/webkit/tools/test_shell/mac/webwidget_host.mm b/webkit/tools/test_shell/mac/webwidget_host.mm index acb98b6..c6257f7 100644 --- a/webkit/tools/test_shell/mac/webwidget_host.mm +++ b/webkit/tools/test_shell/mac/webwidget_host.mm @@ -6,10 +6,10 @@ #include "webkit/tools/test_shell/webwidget_host.h" -#include "base/gfx/platform_canvas.h" #include "base/gfx/rect.h" #include "base/gfx/size.h" #include "base/logging.h" +#include "skia/ext/platform_canvas.h" #include "webkit/api/public/mac/WebInputEventFactory.h" #include "webkit/api/public/mac/WebScreenInfoFactory.h" #include "webkit/api/public/WebInputEvent.h" -- cgit v1.1