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

Unified Diff: include/core/SkColorTable.h

Issue 764433003: Flail a little against LLVM crash. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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/SkColorTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/core/SkColorTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698