aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-08-04 18:44:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-04 18:44:57 -0700
commitfb8c1fcab19c99b56d2fdcf6234751d6f0465142 (patch)
tree983506af7eb10ffa837e170bcafab650a8d7d477 /tests
parent7403d87db8e43d4c2b5b25ac22a0ebc22bd09d69 (diff)
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ )
Reason for revert: revert to unblock DEPS roll ../../chrome/browser/chromeos/display/overscan_calibrator.cc:43:10: error: variable has incomplete type 'SkPath' SkPath base_path; Original issue's description: > IWYU: 'core' target, files starting A-C. > > TBR=reed@google.com > Verbal lgtm, does not change API. > > Committed: https://skia.googlesource.com/skia/+/7403d87db8e43d4c2b5b25ac22a0ebc22bd09d69 TBR=reed@google.com,mtklein@google.com,bungeman@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1273613002
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, 2 insertions, 9 deletions
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp
index 1c4f391293..08dedb49c4 100644
--- a/tests/AAClipTest.cpp
+++ b/tests/AAClipTest.cpp
@@ -10,7 +10,6 @@
#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 645340a09f..4dad71df48 100644
--- a/tests/BlurTest.cpp
+++ b/tests/BlurTest.cpp
@@ -8,12 +8,11 @@
#include "SkBlurMask.h"
#include "SkBlurMaskFilter.h"
#include "SkBlurDrawLooper.h"
-#include "SkCanvas.h"
-#include "SkEmbossMaskFilter.h"
#include "SkLayerDrawLooper.h"
+#include "SkEmbossMaskFilter.h"
+#include "SkCanvas.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 8b6aa258c2..f4db1a53d7 100644
--- a/tests/CanvasStateTest.cpp
+++ b/tests/CanvasStateTest.cpp
@@ -302,7 +302,6 @@ 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 0970b833d7..31b38f2726 100644
--- a/tests/ClipCubicTest.cpp
+++ b/tests/ClipCubicTest.cpp
@@ -9,7 +9,6 @@
#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 600315ea2c..eb2263ef2b 100644
--- a/tests/DeferredCanvasTest.cpp
+++ b/tests/DeferredCanvasTest.cpp
@@ -11,7 +11,6 @@
#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 52c7433b0d..7d8798cc9b 100644
--- a/tests/DrawBitmapRectTest.cpp
+++ b/tests/DrawBitmapRectTest.cpp
@@ -12,7 +12,6 @@
#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 192abd7d8c..3d6e59ed35 100644
--- a/tests/SurfaceTest.cpp
+++ b/tests/SurfaceTest.cpp
@@ -10,7 +10,6 @@
#include "SkDevice.h"
#include "SkImageEncoder.h"
#include "SkImage_Base.h"
-#include "SkPath.h"
#include "SkRRect.h"
#include "SkSurface.h"
#include "SkUtils.h"