aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-08-04 14:56:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-04 14:56:53 -0700
commit7403d87db8e43d4c2b5b25ac22a0ebc22bd09d69 (patch)
tree76c4c4ba5e50f16452fa0c1a7119ca3b6084714c /tests
parent1b99b548cbffc027724d2076ca8eab7a448ce461 (diff)
IWYU: 'core' target, files starting A-C.
TBR=reed@google.com Verbal lgtm, does not change API. Review URL: https://codereview.chromium.org/1265033002
Diffstat (limited to 'tests')
-rw-r--r--tests/AAClipTest.cpp1
-rw-r--r--tests/BlurTest.cpp5
-rw-r--r--tests/CanvasStateTest.cpp1
-rw-r--r--tests/ClipCubicTest.cpp1
-rw-r--r--tests/DeferredCanvasTest.cpp1
-rw-r--r--tests/DrawBitmapRectTest.cpp1
-rw-r--r--tests/SurfaceTest.cpp1
7 files changed, 9 insertions, 2 deletions
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp
index 08dedb49c4..1c4f391293 100644
--- a/tests/AAClipTest.cpp
+++ b/tests/AAClipTest.cpp
@@ -10,6 +10,7 @@
#include "SkMask.h"
#include "SkPath.h"
#include "SkRandom.h"
+#include "SkRRect.h"
#include "Test.h"
static bool operator==(const SkMask& a, const SkMask& b) {
diff --git a/tests/BlurTest.cpp b/tests/BlurTest.cpp
index 4dad71df48..645340a09f 100644
--- a/tests/BlurTest.cpp
+++ b/tests/BlurTest.cpp
@@ -8,11 +8,12 @@
#include "SkBlurMask.h"
#include "SkBlurMaskFilter.h"
#include "SkBlurDrawLooper.h"
-#include "SkLayerDrawLooper.h"
-#include "SkEmbossMaskFilter.h"
#include "SkCanvas.h"
+#include "SkEmbossMaskFilter.h"
+#include "SkLayerDrawLooper.h"
#include "SkMath.h"
#include "SkPaint.h"
+#include "SkPath.h"
#include "Test.h"
#if SK_SUPPORT_GPU
diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp
index f4db1a53d7..8b6aa258c2 100644
--- a/tests/CanvasStateTest.cpp
+++ b/tests/CanvasStateTest.cpp
@@ -302,6 +302,7 @@ DEF_TEST(CanvasState_test_soft_clips, reporter) {
}
#ifdef SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG
+#include "SkClipStack.h"
DEF_TEST(CanvasState_test_saveLayer_clip, reporter) {
const int WIDTH = 100;
const int HEIGHT = 100;
diff --git a/tests/ClipCubicTest.cpp b/tests/ClipCubicTest.cpp
index 31b38f2726..0970b833d7 100644
--- a/tests/ClipCubicTest.cpp
+++ b/tests/ClipCubicTest.cpp
@@ -9,6 +9,7 @@
#include "SkCubicClipper.h"
#include "SkGeometry.h"
#include "SkPaint.h"
+#include "SkPath.h"
#include "Test.h"
// Currently the supersampler blitter uses int16_t for its index into an array
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp
index eb2263ef2b..600315ea2c 100644
--- a/tests/DeferredCanvasTest.cpp
+++ b/tests/DeferredCanvasTest.cpp
@@ -11,6 +11,7 @@
#include "SkBitmapProcShader.h"
#include "SkDeferredCanvas.h"
#include "SkGradientShader.h"
+#include "SkPath.h"
#include "SkShader.h"
#include "SkSurface.h"
#include "Test.h"
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
index 7d8798cc9b..52c7433b0d 100644
--- a/tests/DrawBitmapRectTest.cpp
+++ b/tests/DrawBitmapRectTest.cpp
@@ -12,6 +12,7 @@
#include "SkImageGeneratorPriv.h"
#include "SkMatrixUtils.h"
#include "SkPaint.h"
+#include "SkPath.h"
#include "SkRandom.h"
#include "SkShader.h"
#include "SkSurface.h"
diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp
index 3d6e59ed35..192abd7d8c 100644
--- a/tests/SurfaceTest.cpp
+++ b/tests/SurfaceTest.cpp
@@ -10,6 +10,7 @@
#include "SkDevice.h"
#include "SkImageEncoder.h"
#include "SkImage_Base.h"
+#include "SkPath.h"
#include "SkRRect.h"
#include "SkSurface.h"
#include "SkUtils.h"