Chromium Code Reviews| Index: include/core/SkDrawLooper.h |
| diff --git a/include/core/SkDrawLooper.h b/include/core/SkDrawLooper.h |
| index ec070467a5aaecd2b2922173d09e0dcdd6e9f21f..28d7d8beef27f54249ed2bbfa8fc123c0568dc0c 100644 |
| --- a/include/core/SkDrawLooper.h |
| +++ b/include/core/SkDrawLooper.h |
| @@ -30,8 +30,6 @@ class SkString; |
| */ |
| class SK_API SkDrawLooper : public SkFlattenable { |
| public: |
| - SK_DECLARE_INST_COUNT(SkDrawLooper) |
| - |
| /** |
| * Holds state during a draw. Users call next() until it returns false. |
| * |