Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1067)

Unified Diff: include/utils/SkDumpCanvas.h

Issue 1217573002: remove SkInstCnt (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/utils/SkBoundaryPatch.h ('k') | include/utils/SkLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkDumpCanvas.h
diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h
index cbae148a16b90c5b645e34225fedbab9f6cb7950..b825b39adfc278f43fbc1dfa0ecd4e3b384ea8de 100644
--- a/include/utils/SkDumpCanvas.h
+++ b/include/utils/SkDumpCanvas.h
@@ -57,7 +57,7 @@ public:
*/
class Dumper : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(Dumper)
+
virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
const SkPaint*) = 0;
« no previous file with comments | « include/utils/SkBoundaryPatch.h ('k') | include/utils/SkLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698