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

Unified Diff: include/core/SkData.h

Issue 132803005: SkOnce: add option to call another cleanup function once at exit. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add static Created 6 years, 11 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 | include/core/SkOnce.h » ('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 b5dc66fd5698527ffa88c35875850f69c611162c..bee0fcdfa2860b6008e7f5ba790209e9a2c4f720 100644
--- a/include/core/SkData.h
+++ b/include/core/SkData.h
@@ -137,7 +137,7 @@ private:
virtual ~SkData();
// Called the first time someone calls NewEmpty to initialize the singleton.
- static void NewEmptyImpl(SkData**);
+ static void NewEmptyImpl(int/*unused*/);
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « no previous file | include/core/SkOnce.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698