From d3ebb48320cf1b7e969974673e4bd7743816985e Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 5 Aug 2015 13:57:49 -0700 Subject: IWYU: 'core' target, files starting A-C. TBR=reed@google.com Verbal lgtm, does not change API. Committed: https://skia.googlesource.com/skia/+/7403d87db8e43d4c2b5b25ac22a0ebc22bd09d69 Review URL: https://codereview.chromium.org/1265033002 --- include/core/SkBitmapDevice.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'include/core/SkBitmapDevice.h') diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h index ae637f92b0..d1cb9ad0f8 100644 --- a/include/core/SkBitmapDevice.h +++ b/include/core/SkBitmapDevice.h @@ -9,7 +9,28 @@ #ifndef SkBitmapDevice_DEFINED #define SkBitmapDevice_DEFINED +#include "SkBitmap.h" +#include "SkCanvas.h" +#include "SkColor.h" #include "SkDevice.h" +#include "SkImageFilter.h" +#include "SkImageInfo.h" +#include "SkRect.h" +#include "SkScalar.h" +#include "SkSize.h" +#include "SkSurfaceProps.h" +#include "SkTypes.h" + +class SkDraw; +class SkMatrix; +class SkPaint; +class SkPath; +class SkPixelRef; +class SkPixmap; +class SkRRect; +class SkSurface; +class SkXfermode; +struct SkPoint; /////////////////////////////////////////////////////////////////////////////// class SK_API SkBitmapDevice : public SkBaseDevice { -- cgit v1.2.3