aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkShader.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2018-01-23 11:24:08 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-23 18:08:30 +0000
commit75ae421c24ee7ab5a86334e43404b24a6a6fb1f4 (patch)
treee74c3ca16e981519c1a514619b0e873fa74cfd1f /include/core/SkShader.h
parentca4439f6fd17644be45468b10f5a2f45dcb2aebf (diff)
IWYU -- SkShader.h
Bug: skia: Change-Id: I57bffc14c4888627a22158e35f3ac3b762138f02 Reviewed-on: https://skia-review.googlesource.com/98520 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core/SkShader.h')
-rw-r--r--include/core/SkShader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 61da334490..290d09fc87 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -8,16 +8,15 @@
#ifndef SkShader_DEFINED
#define SkShader_DEFINED
-#include "SkBitmap.h"
+#include "SkBlendMode.h"
#include "SkFilterQuality.h"
#include "SkFlattenable.h"
#include "SkImageInfo.h"
-#include "SkMask.h"
#include "SkMatrix.h"
-#include "SkPaint.h"
#include "../gpu/GrColor.h"
class SkArenaAlloc;
+class SkBitmap;
class SkColorFilter;
class SkColorSpace;
class SkColorSpaceXformer;