Chromium Code Reviews| Index: include/gpu/GrProcessor.h |
| diff --git a/include/gpu/GrProcessor.h b/include/gpu/GrProcessor.h |
| index 8a8d685e518afe598a0c0e94cac45ba077c492a0..719577377d18924b8bcc6bc773d7a56d981b13d1 100644 |
| --- a/include/gpu/GrProcessor.h |
| +++ b/include/gpu/GrProcessor.h |
| @@ -57,8 +57,6 @@ private: |
| */ |
| class GrProcessor : public GrProgramElement { |
| public: |
| - SK_DECLARE_INST_COUNT(GrProcessor) |
| - |
| virtual ~GrProcessor(); |
| /** Human-meaningful string to identify this prcoessor; may be embedded |