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

Unified Diff: src/core/SkRefCnt.cpp

Issue 40503002: Allow users to build on top of, instead of beneath, SkRefCnt. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 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/SkRefCnt.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRefCnt.cpp
===================================================================
--- src/core/SkRefCnt.cpp (revision 11945)
+++ src/core/SkRefCnt.cpp (working copy)
@@ -9,10 +9,5 @@
#include "SkRefCnt.h"
#include "SkWeakRefCnt.h"
-SK_DEFINE_INST_COUNT(SkRefCnt)
+SK_DEFINE_INST_COUNT(SkRefCntBase)
SK_DEFINE_INST_COUNT(SkWeakRefCnt)
-
-#ifdef SK_BUILD_FOR_WIN
-SkRefCnt::SkRefCnt(const SkRefCnt&) { }
-SkRefCnt& SkRefCnt::operator=(const SkRefCnt&) { return *this; }
-#endif
« no previous file with comments | « include/core/SkRefCnt.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698