| Index: include/core/SkColorTable.h
|
| diff --git a/include/core/SkColorTable.h b/include/core/SkColorTable.h
|
| index c8cc3d0fb43a5ef1d662819c28d1767bf877fc60..d6b3c210f5418529e11971d7f7c6d3a433e74cbf 100644
|
| --- a/include/core/SkColorTable.h
|
| +++ b/include/core/SkColorTable.h
|
| @@ -53,7 +53,7 @@ public:
|
| void writeToBuffer(SkWriteBuffer&) const;
|
|
|
| private:
|
| - static void Free16BitCache(uint16_t* cache) { sk_free(cache); }
|
| + static void Free16BitCache(uint16_t*);
|
|
|
| SkPMColor* fColors;
|
| SkLazyPtr<uint16_t, Free16BitCache> f16BitCache;
|
|
|