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

Unified Diff: tests/CTest.cpp

Issue 728323002: separate c headers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « src/c/sk_surface.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/CTest.cpp
diff --git a/tests/CTest.cpp b/tests/CTest.cpp
index f663dcf949a46e31636a556d3de8a18f64e5a71e..8127e9b10641608890e6f1e66cec849196cb5aed 100644
--- a/tests/CTest.cpp
+++ b/tests/CTest.cpp
@@ -5,7 +5,10 @@
* found in the LICENSE file.
*/
+#include "sk_canvas.h"
+#include "sk_paint.h"
#include "sk_surface.h"
+
#include "Test.h"
static void test_c(skiatest::Reporter* reporter) {
« no previous file with comments | « src/c/sk_surface.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698