From 1a462bd0fe6fb3cd8d7aa7ad1d8290e764ac79e4 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 12 Mar 2018 13:46:21 -0400 Subject: IWYU for some test files starting with 'C'. Change-Id: I9a9596f7a941cdd8f01e055965c70a4b24438499 Reviewed-on: https://skia-review.googlesource.com/113746 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/ClearTest.cpp | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'tests/ClearTest.cpp') diff --git a/tests/ClearTest.cpp b/tests/ClearTest.cpp index 429b9e1d5d..1110fddbd2 100644 --- a/tests/ClearTest.cpp +++ b/tests/ClearTest.cpp @@ -5,14 +5,29 @@ * found in the LICENSE file. */ -#include "Test.h" +#include "SkTypes.h" #if SK_SUPPORT_GPU +#include "GrColor.h" #include "GrContext.h" +#include "GrContextFactory.h" +#include "GrContextOptions.h" +#include "GrContextPriv.h" #include "GrRenderTargetContext.h" - +#include "GrTypes.h" +#include "SkBitmap.h" #include "SkCanvas.h" +#include "SkColor.h" +#include "SkColorSpace.h" +#include "SkImageInfo.h" +#include "SkPaint.h" +#include "SkRect.h" +#include "SkRefCnt.h" #include "SkSurface.h" +#include "Test.h" + +#include +#include static bool check_rect(GrRenderTargetContext* rtc, const SkIRect& rect, uint32_t expectedValue, uint32_t* actualValue, int* failX, int* failY) { -- cgit v1.2.3