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

Unified Diff: src/core/SkRefCnt.cpp

Issue 27082003: Build fix for chromium shared component build (Closed) Base URL: https://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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRefCnt.cpp
diff --git a/src/core/SkRefCnt.cpp b/src/core/SkRefCnt.cpp
index 8d09065a43a3f143a7b67542bfc6fbe4c47f6212..cf8923db009c388247dd00079df6af23f26341cb 100644
--- a/src/core/SkRefCnt.cpp
+++ b/src/core/SkRefCnt.cpp
@@ -11,3 +11,8 @@
SK_DEFINE_INST_COUNT(SkRefCnt)
SK_DEFINE_INST_COUNT(SkWeakRefCnt)
+
+SkRefCnt::SkRefCnt(const SkRefCnt&) { }
+
+SkRefCnt::operator=(const SkRefCnt&) { }
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698