From d90cd3b2796b693b2d6af6fe13a8ca6c4795d80e Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 22 May 2018 10:48:08 -0400 Subject: Revert "Revert "IWYU for tests starting with 'D'."" This reverts commit edf8449d2c3663350b6b6e30d2fa4c70da02deef. Change-Id: Ibeedd9965855b3ccfe44486d15307bf3da15fd9c Reviewed-on: https://skia-review.googlesource.com/129516 Reviewed-by: Ben Wagner Commit-Queue: Ben Wagner --- tests/DashPathEffectTest.cpp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'tests/DashPathEffectTest.cpp') diff --git a/tests/DashPathEffectTest.cpp b/tests/DashPathEffectTest.cpp index e3a380411d..f165207a4b 100644 --- a/tests/DashPathEffectTest.cpp +++ b/tests/DashPathEffectTest.cpp @@ -5,13 +5,21 @@ * found in the LICENSE file. */ -#include "Test.h" - +#include "SkCanvas.h" #include "SkDashPathEffect.h" -#include "SkWriteBuffer.h" +#include "SkImageInfo.h" +#include "SkMatrix.h" +#include "SkPaint.h" +#include "SkPath.h" +#include "SkPathEffect.h" +#include "SkPoint.h" +#include "SkRect.h" +#include "SkRefCnt.h" +#include "SkScalar.h" #include "SkStrokeRec.h" -#include "SkCanvas.h" #include "SkSurface.h" +#include "SkTypes.h" +#include "Test.h" // crbug.com/348821 was rooted in SkDashPathEffect refusing to flatten and unflatten itself when // the effect is nonsense. Here we test that it fails when passed nonsense parameters. -- cgit v1.2.3