From cb3d49c5f2ad1d4100a686cc4940f4acce74a12e Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Wed, 14 Mar 2018 15:07:43 -0400 Subject: Some iwyu for tests which will otherwise break. A change currently in progress would break these test files since they aren't including what they use. Make them include what they use so they don't break in the future. Change-Id: I25d8d57631706dec0d0197b3759c6c18a0fe3aa0 Reviewed-on: https://skia-review.googlesource.com/114465 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- samplecode/SampleFatBits.cpp | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'samplecode/SampleFatBits.cpp') diff --git a/samplecode/SampleFatBits.cpp b/samplecode/SampleFatBits.cpp index e85c87bc66..2074856fcb 100644 --- a/samplecode/SampleFatBits.cpp +++ b/samplecode/SampleFatBits.cpp @@ -5,18 +5,28 @@ * found in the LICENSE file. */ -#include "sk_tool_utils.h" #include "SampleCode.h" -#include "SkView.h" +#include "SkBlendMode.h" #include "SkCanvas.h" +#include "SkClipOpPriv.h" +#include "SkColor.h" +#include "SkImageInfo.h" +#include "SkMatrix.h" +#include "SkPaint.h" #include "SkPath.h" +#include "SkPoint.h" #include "SkPointPriv.h" -#include "SkRegion.h" +#include "SkRect.h" +#include "SkRefCnt.h" +#include "SkScalar.h" #include "SkShader.h" -#include "SkUtils.h" -#include "SkImage.h" +#include "SkString.h" #include "SkSurface.h" -#include "SkClipOpPriv.h" +#include "SkTypes.h" +#include "SkView.h" +#include "sk_tool_utils.h" + +class SkEvent; #define FAT_PIXEL_COLOR SK_ColorBLACK #define PIXEL_CENTER_SIZE 3 -- cgit v1.2.3