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

Unified Diff: include/core/SkXfermode.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/core/SkWeakRefCnt.h ('k') | include/effects/SkLayerDrawLooper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkXfermode.h
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 1dd01a2e1d7f0cf526e3c9f078f3ac7aebdd58de..e7f3bd6541713d27c64cfd70a020f81255587628 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -31,8 +31,6 @@ class SkString;
*/
class SK_API SkXfermode : public SkFlattenable {
public:
- SK_DECLARE_INST_COUNT(SkXfermode)
-
virtual void xfer32(SkPMColor dst[], const SkPMColor src[], int count,
const SkAlpha aa[]) const;
virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count,
@@ -169,7 +167,7 @@ public:
/**
* Returns whether or not the xfer mode can support treating coverage as alpha
- */
+ */
virtual bool supportsCoverageAsAlpha() const;
/**
« no previous file with comments | « include/core/SkWeakRefCnt.h ('k') | include/effects/SkLayerDrawLooper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698