Index: include/core/SkColorFilter.h |
diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h |
index ea314811bae85fcaf09b9a28c801668fadfc6b29..5ba1a8fa44ff4a9643c1e6f8ac9fb11f8951593f 100644 |
--- a/include/core/SkColorFilter.h |
+++ b/include/core/SkColorFilter.h |
@@ -27,8 +27,6 @@ class GrContext; |
*/ |
class SK_API SkColorFilter : public SkFlattenable { |
public: |
- SK_DECLARE_INST_COUNT(SkColorFilter) |
- |
/** |
* If the filter can be represented by a source color plus Mode, this |
* returns true, and sets (if not NULL) the color and mode appropriately. |