aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CanvasStateTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-03-12 13:46:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-13 15:16:22 +0000
commitb607a8fbf01b51104dd49fbc5b859bf0cea2c1e3 (patch)
tree4beba230b63580dab20a9d03712e467ba6527bd1 /tests/CanvasStateTest.cpp
parent2607e3bbc370ef99dc9a5fa85e84fee07f938737 (diff)
IWYU for some test files starting with 'C'.
Change-Id: Iea274ae52da8b4b87ec55222c856f40a0d88c4e0 Reviewed-on: https://skia-review.googlesource.com/113746 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-on: https://skia-review.googlesource.com/113944 Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/CanvasStateTest.cpp')
-rw-r--r--tests/CanvasStateTest.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp
index 2e78d15866..775c15a80d 100644
--- a/tests/CanvasStateTest.cpp
+++ b/tests/CanvasStateTest.cpp
@@ -8,17 +8,27 @@
#include "CanvasStateHelpers.h"
#include "SkBitmap.h"
#include "SkCanvas.h"
-#include "SkClipOpPriv.h"
#include "SkCanvasStateUtils.h"
+#include "SkClipOpPriv.h"
+#include "SkColor.h"
#include "SkCommandLineFlags.h"
#include "SkDrawFilter.h"
+#include "SkImageInfo.h"
#include "SkPaint.h"
-#include "SkRegion.h"
#include "SkRRect.h"
#include "SkRect.h"
+#include "SkRegion.h"
+#include "SkScalar.h"
+#include "SkTDArray.h"
#include "SkTLazy.h"
+#include "SkTypes.h"
#include "Test.h"
+#include <cstring>
+#include <memory>
+
+class SkCanvasState;
+
// dlopen and the library flag are only used for tests which require this flag.
#ifdef SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG
#include <dlfcn.h>