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

Unified Diff: bench/SKPBench.h

Issue 1265033002: IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add no-gpu build. Created 5 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: bench/SKPBench.h
diff --git a/bench/SKPBench.h b/bench/SKPBench.h
index e1c66bf2ecfe5029ef0c4736872f5d9ddd3b70e7..05b58575b494316df71c348ca86f7c63079571c5 100644
--- a/bench/SKPBench.h
+++ b/bench/SKPBench.h
@@ -11,6 +11,9 @@
#include "Benchmark.h"
#include "SkCanvas.h"
#include "SkPicture.h"
+#include "SkTDArray.h"
+
+class SkSurface;
/**
* Runs an SkPicture as a benchmark by repeatedly drawing it scaled inside a device clip.

Powered by Google App Engine
This is Rietveld 408576698