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

Unified Diff: include/core/SkData.h

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 | « no previous file | src/core/SkData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkData.h
diff --git a/include/core/SkData.h b/include/core/SkData.h
index 628029f82b9f409488ee8bba0926c1033394a9f7..3457fcbfead732d8f1a298808b5e36091a93ef5a 100644
--- a/include/core/SkData.h
+++ b/include/core/SkData.h
@@ -216,7 +216,7 @@ private:
// shared internal factory
static sk_sp<SkData> PrivateNewWithCopy(const void* srcOrNull, size_t length);
- static void DummyReleaseProc(const void*, void*) {}
+ static void DummyReleaseProc(const void*, void*); // {}
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « no previous file | src/core/SkData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698