From 32eaa8993da28f9ec4f5c4d392265c096086eb91 Mon Sep 17 00:00:00 2001 From: senorblanco Date: Thu, 21 Apr 2016 06:49:15 -0700 Subject: 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 --- include/effects/SkMatrixConvolutionImageFilter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/effects/SkMatrixConvolutionImageFilter.h') 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 -- cgit v1.2.3