Index: include/core/SkData.h |
diff --git a/include/core/SkData.h b/include/core/SkData.h |
index bee0fcdfa2860b6008e7f5ba790209e9a2c4f720..fba2846c7045fccfaf3faeaee056bfc3830df952 100644 |
--- a/include/core/SkData.h |
+++ b/include/core/SkData.h |
@@ -137,7 +137,8 @@ private: |
virtual ~SkData(); |
// Called the first time someone calls NewEmpty to initialize the singleton. |
- static void NewEmptyImpl(int/*unused*/); |
+ static SkData* NewEmptyImpl(); |
+ static void DeleteEmpty(SkData*); |
typedef SkRefCnt INHERITED; |
}; |