Index: include/core/SkBitmapDevice.h |
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
index b53bfd06224c409901f3863eb419362db1323abb..f8cc5bec7a21c5c1ad0c16dbafdc172e8bdd9442 100644 |
--- a/include/core/SkBitmapDevice.h |
+++ b/include/core/SkBitmapDevice.h |
@@ -13,7 +13,6 @@ |
#include "SkCanvas.h" |
#include "SkColor.h" |
#include "SkDevice.h" |
-#include "SkImageFilter.h" |
#include "SkImageInfo.h" |
#include "SkRect.h" |
#include "SkScalar.h" |
@@ -22,6 +21,7 @@ |
#include "SkTypes.h" |
class SkDraw; |
+class SkImageFilterCache; |
class SkMatrix; |
class SkPaint; |
class SkPath; |
@@ -162,7 +162,7 @@ private: |
sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override; |
- SkImageFilter::Cache* getImageFilterCache() override; |
+ SkImageFilterCache* getImageFilterCache() override; |
SkBitmap fBitmap; |