| Index: webkit/tools/test_shell/webwidget_host_gtk.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/webwidget_host_gtk.cc (revision 5893)
|
| +++ webkit/tools/test_shell/webwidget_host_gtk.cc (working copy)
|
| @@ -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"
|
|
|
|
|