| Index: src/core/SkMaskFilter.cpp
|
| diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
|
| index 9805bf9b054ea3b2fa3a73f695b57ffbac49fa3b..fcdc84c5603493221a9d7f6c110e9c7595292c54 100644
|
| --- a/src/core/SkMaskFilter.cpp
|
| +++ b/src/core/SkMaskFilter.cpp
|
| @@ -13,7 +13,6 @@
|
| #include "SkDraw.h"
|
| #include "SkRasterClip.h"
|
|
|
| -
|
| SK_DEFINE_INST_COUNT(SkMaskFilter)
|
|
|
| bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&,
|
| @@ -199,6 +198,7 @@ bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix,
|
| rectCount = countNestedRects(devPath, rects);
|
| }
|
| if (rectCount > 0) {
|
| +
|
| NinePatch patch;
|
|
|
| patch.fMask.fImage = NULL;
|
|
|