Build fix for chromium shared component build
authorjunov@google.com <junov@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 Oct 2013 19:14:42 +0000 (19:14 +0000)
committerjunov@google.com <junov@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 Oct 2013 19:14:42 +0000 (19:14 +0000)
BUG=304265
TBR=reed@google.com

Review URL: https://codereview.chromium.org/27082003

git-svn-id: http://skia.googlecode.com/svn/trunk@11827 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkRefCnt.cpp

index 8d09065..cf8923d 100644 (file)
@@ -11,3 +11,8 @@
 
 SK_DEFINE_INST_COUNT(SkRefCnt)
 SK_DEFINE_INST_COUNT(SkWeakRefCnt)
+
+SkRefCnt::SkRefCnt(const SkRefCnt&) { }
+
+SkRefCnt::operator=(const SkRefCnt&) { }
+