aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CanvasStateTest.cpp
diff options
context:
space:
mode:
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>