Chromium Code Reviews| Index: include/core/SkPath.h |
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
| index 2fe332f3c4485f8b5fb8deb072304d687826b0aa..11e1d2b4af7fd01a96a4d6806660e3b77f5d0da6 100644 |
| --- a/include/core/SkPath.h |
| +++ b/include/core/SkPath.h |
| @@ -30,8 +30,6 @@ class SkWStream; |
| */ |
| class SK_API SkPath { |
| public: |
| - SK_DECLARE_INST_COUNT(SkPath); |
|
bsalomon
2015/01/26 19:07:47
??
joshualitt
2015/01/26 19:33:39
I deleted this because SkPath no longer inherits f
|
| - |
| SkPath(); |
| SkPath(const SkPath&); |
| ~SkPath(); |