aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkMatrixConvolutionImageFilter.h
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2016-04-21 06:49:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-21 06:49:15 -0700
commit32eaa8993da28f9ec4f5c4d392265c096086eb91 (patch)
treee7f0dced10e7ba320e3a6fc7a224fae4f09bf84d /include/effects/SkMatrixConvolutionImageFilter.h
parent0b229669dceedc87a39df43039050b8aed36a5ff (diff)
Image filters: remove SkBitmap-based cache.
Also some #include cleanup. TBR=reed@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1905753002 Review URL: https://codereview.chromium.org/1905753002
Diffstat (limited to 'include/effects/SkMatrixConvolutionImageFilter.h')
-rw-r--r--include/effects/SkMatrixConvolutionImageFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
index 6c559675d6..9a45486d88 100644
--- a/include/effects/SkMatrixConvolutionImageFilter.h
+++ b/include/effects/SkMatrixConvolutionImageFilter.h
@@ -13,6 +13,8 @@
#include "SkSize.h"
#include "SkPoint.h"
+class SkBitmap;
+
/*! \class SkMatrixConvolutionImageFilter
Matrix convolution image filter. This filter applies an NxM image
processing kernel to a given input image. This can be used to produce