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

Unified Diff: src/core/SkData.cpp

Issue 1957503002: https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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/SkData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkData.cpp
diff --git a/src/core/SkData.cpp b/src/core/SkData.cpp
index 995a30a542470e6bd37e7f9cd08d5d6cb9ab45fc..d245d98f1056704084c024de10163b9b9bf19bd3 100644
--- a/src/core/SkData.cpp
+++ b/src/core/SkData.cpp
@@ -78,6 +78,8 @@ sk_sp<SkData> SkData::PrivateNewWithCopy(const void* srcOrNull, size_t length) {
return sk_sp<SkData>(data);
}
+void SkData::DummyReleaseProc(const void*, void*) {}
+
///////////////////////////////////////////////////////////////////////////////
SK_DECLARE_STATIC_ONCE_PTR(SkData, gEmpty);
« no previous file with comments | « include/core/SkData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698