diff options
Diffstat (limited to 'webkit/tools/test_shell/webwidget_host_gtk.cc')
-rw-r--r-- | webkit/tools/test_shell/webwidget_host_gtk.cc | 6 |
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" |