Chromium Code Reviews| Index: src/core/SkBBoxHierarchy.h |
| diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h |
| index 1ea9e6bdb0bb12f48956f6a708fdbec06a7c55b1..69fb4fd9822b1a56a927685d3634074ab29b35a3 100644 |
| --- a/src/core/SkBBoxHierarchy.h |
| +++ b/src/core/SkBBoxHierarchy.h |
| @@ -37,7 +37,7 @@ public: |
| // Get the root bound. |
| virtual SkRect getRootBound() const = 0; |
| - SK_DECLARE_INST_COUNT(SkBBoxHierarchy) |
| + |
| private: |
| typedef SkRefCnt INHERITED; |
| }; |