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 --- gm/textblob.cpp | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'gm/textblob.cpp') diff --git a/gm/textblob.cpp b/gm/textblob.cpp index d30f92f3bf..549ea8fff2 100644 --- a/gm/textblob.cpp +++ b/gm/textblob.cpp @@ -5,13 +5,24 @@ * found in the LICENSE file. */ -#include "gm.h" -#include "sk_tool_utils.h" - #include "SkCanvas.h" +#include "SkColor.h" +#include "SkFontStyle.h" +#include "SkPaint.h" #include "SkPoint.h" -#include "SkTextBlob.h" +#include "SkRect.h" +#include "SkRefCnt.h" +#include "SkScalar.h" +#include "SkSize.h" +#include "SkString.h" #include "SkTDArray.h" +#include "SkTextBlob.h" +#include "SkTypeface.h" +#include "SkTypes.h" +#include "gm.h" +#include "sk_tool_utils.h" + +#include namespace { -- cgit v1.2.3