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/DefaultPathRendererTest.cpp | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'tests/DefaultPathRendererTest.cpp') diff --git a/tests/DefaultPathRendererTest.cpp b/tests/DefaultPathRendererTest.cpp index 054708d14f..8619f5ce32 100644 --- a/tests/DefaultPathRendererTest.cpp +++ b/tests/DefaultPathRendererTest.cpp @@ -5,17 +5,34 @@ * found in the LICENSE file. */ -#include "Test.h" -#include "SkBitmap.h" +#include "SkTypes.h" #if SK_SUPPORT_GPU #include "GrClip.h" +#include "GrColor.h" +#include "GrContext.h" +#include "GrContextFactory.h" +#include "GrContextOptions.h" +#include "GrContextPriv.h" +#include "GrFragmentProcessor.h" +#include "GrPaint.h" #include "GrRenderTargetContext.h" #include "GrStyle.h" #include "GrTypesPriv.h" - +#include "SkBitmap.h" +#include "SkColor.h" +#include "SkColorSpace.h" +#include "SkImageInfo.h" +#include "SkMatrix.h" +#include "SkPath.h" +#include "SkRect.h" +#include "SkRefCnt.h" +#include "SkStrokeRec.h" +#include "Test.h" #include "effects/GrConstColorProcessor.h" +#include + static void only_allow_default(GrContextOptions* options) { options->fGpuPathRenderers = GpuPathRenderers::kNone; } -- cgit v1.2.3