Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: webkit/tools/test_shell/test_shell_webthemecontrol.cc

Issue 7517020: First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell_webthemecontrol.cc
===================================================================
--- webkit/tools/test_shell/test_shell_webthemecontrol.cc (revision 93200)
+++ webkit/tools/test_shell/test_shell_webthemecontrol.cc (working copy)
@@ -11,8 +11,8 @@
#include "webkit/tools/test_shell/test_shell_webthemecontrol.h"
#include "base/logging.h"
-#include "skia/ext/platform_canvas.h"
#include "skia/ext/skia_utils_win.h"
+#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "third_party/skia/include/core/SkPath.h"
@@ -435,4 +435,3 @@
}
} // namespace TestShellWebTheme
-

Powered by Google App Engine
This is Rietveld 408576698