| Index: src/core/SkImageFilter.cpp
|
| diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp
|
| index cca22bba5596eb7a99dc4762a3e63655f9d0a835..3451fb88154e66993cc81b45e7c8745a9c03454f 100644
|
| --- a/src/core/SkImageFilter.cpp
|
| +++ b/src/core/SkImageFilter.cpp
|
| @@ -17,8 +17,6 @@
|
| #include "SkImageFilterUtils.h"
|
| #endif
|
|
|
| -SK_DEFINE_INST_COUNT(SkImageFilter)
|
| -
|
| SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect)
|
| : fInputCount(inputCount),
|
| fInputs(new SkImageFilter*[inputCount]),
|
|
|