Index: include/core/SkMaskFilter.h |
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h |
index 8d3d1caa676590f2fa00c3c7ed0b68998c5bb1d1..a07cb6c49fde27f83435c1a6a80a0d9ee171f21c 100644 |
--- a/include/core/SkMaskFilter.h |
+++ b/include/core/SkMaskFilter.h |
@@ -14,6 +14,7 @@ |
#include "SkFlattenable.h" |
#include "SkMask.h" |
#include "SkPaint.h" |
+#include "SkStrokeRec.h" |
class GrClip; |
class GrDrawContext; |
@@ -27,7 +28,6 @@ class SkMatrix; |
class SkPath; |
class SkRasterClip; |
class SkRRect; |
-class SkStrokeRec; |
/** \class SkMaskFilter |
@@ -228,14 +228,14 @@ private: |
This method is not exported to java. |
*/ |
bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*, |
- SkPaint::Style) const; |
+ SkStrokeRec::InitStyle) 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& ctm, const SkRasterClip&, |
- SkBlitter*, SkPaint::Style style) const; |
+ SkBlitter*) const; |
typedef SkFlattenable INHERITED; |
}; |