| Index: webkit/tools/test_shell/test_shell_webthemecontrol.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webthemecontrol.h (revision 93200)
|
| +++ webkit/tools/test_shell/test_shell_webthemecontrol.h (working copy)
|
| @@ -14,10 +14,11 @@
|
| #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_WEBTHEMECONTROL_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "skia/ext/platform_canvas.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
|
|
| +class SkCanvas;
|
| +
|
| namespace TestShellWebTheme {
|
|
|
| class Control {
|
| @@ -175,4 +176,3 @@
|
| } // namespace TestShellWebTheme
|
|
|
| #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_WEBTHEMECONTROL_H_
|
| -
|
|
|