From c090c647e48f8f9adc199fe715c773a33980f1d4 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Tue, 16 May 2017 10:39:06 -0400 Subject: move files out of private, and fix up callers to IWYU Realized that a pending CL needed to add (yet another) private type to SkRecords.h, but w/o this CL I'd be forced to move that header also into private. This change frees us up to not have transitive exposure for types that need to be recorded. Bug: skia: Change-Id: Id79f1c2e44ba85e063c1360cf96c92de6397ca2b Reviewed-on: https://skia-review.googlesource.com/17031 Commit-Queue: Mike Reed Reviewed-by: Mike Klein --- gm/pictureimagegenerator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gm/pictureimagegenerator.cpp') diff --git a/gm/pictureimagegenerator.cpp b/gm/pictureimagegenerator.cpp index a54fa643b9..4e465d157a 100644 --- a/gm/pictureimagegenerator.cpp +++ b/gm/pictureimagegenerator.cpp @@ -12,6 +12,7 @@ #include "SkGradientShader.h" #include "SkImageGenerator.h" #include "SkPaint.h" +#include "SkPath.h" #include "SkPathOps.h" #include "SkPicture.h" #include "SkPictureRecorder.h" -- cgit v1.2.3