summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/webwidget_host_gtk.cc
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-22 19:38:00 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-22 19:38:00 +0000
commitc399a8ab0f038b6584f9fb2ebc5924511d911e2c (patch)
treefb7c0b85ed8077418250ed97ddea4fc8b725d8a0 /webkit/tools/test_shell/webwidget_host_gtk.cc
parented77c39f4c4c540f5923124485e1c23c6de02fe8 (diff)
downloadchromium_src-c399a8ab0f038b6584f9fb2ebc5924511d911e2c.zip
chromium_src-c399a8ab0f038b6584f9fb2ebc5924511d911e2c.tar.gz
chromium_src-c399a8ab0f038b6584f9fb2ebc5924511d911e2c.tar.bz2
Remove base versions of the graphics headers, which previously just forwarded to the skia ones.
Review URL: http://codereview.chromium.org/11588 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/webwidget_host_gtk.cc')
-rw-r--r--webkit/tools/test_shell/webwidget_host_gtk.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/webwidget_host_gtk.cc b/webkit/tools/test_shell/webwidget_host_gtk.cc
index 23d8d8a..08e8753 100644
--- a/webkit/tools/test_shell/webwidget_host_gtk.cc
+++ b/webkit/tools/test_shell/webwidget_host_gtk.cc
@@ -8,9 +8,9 @@
#include <gtk/gtk.h>
#include "base/logging.h"
-#include "base/gfx/platform_canvas_linux.h"
-#include "base/gfx/platform_device_linux.h"
-#include "base/gfx/bitmap_platform_device_linux.h"
+#include "skia/ext/bitmap_platform_device_linux.h"
+#include "skia/ext/platform_canvas_linux.h"
+#include "skia/ext/platform_device_linux.h"
#include "webkit/glue/webinputevent.h"
#include "webkit/glue/webwidget.h"