Index: include/core/SkMaskFilter.h |
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h |
index 8051e7d831d88aab9e5b0bd0af0308eb2114b192..72f20af21fbb5698522f96d1883316e75c8d23ca 100644 |
--- a/include/core/SkMaskFilter.h |
+++ b/include/core/SkMaskFilter.h |
@@ -19,7 +19,6 @@ class GrContext; |
class GrPaint; |
class SkBitmap; |
class SkBlitter; |
-class SkBounder; |
class SkMatrix; |
class SkPath; |
class SkRasterClip; |
@@ -205,17 +204,15 @@ private: |
to render that mask. Returns false if filterMask() returned false. |
This method is not exported to java. |
*/ |
- bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix, |
- const SkRasterClip&, SkBounder*, SkBlitter* blitter, |
- SkPaint::Style style) const; |
+ bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*, |
+ SkPaint::Style) const; |
/** Helper method that, given a roundRect in device space, will rasterize it into a kA8_Format |
mask and then call filterMask(). If this returns true, the specified blitter will be called |
to render that mask. Returns false if filterMask() returned false. |
*/ |
- bool filterRRect(const SkRRect& devRRect, const SkMatrix& devMatrix, |
- const SkRasterClip&, SkBounder*, SkBlitter* blitter, |
- SkPaint::Style style) const; |
+ bool filterRRect(const SkRRect& devRRect, const SkMatrix& ctm, const SkRasterClip&, |
+ SkBlitter*, SkPaint::Style style) const; |
typedef SkFlattenable INHERITED; |
}; |