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

Unified Diff: src/core/SkColorTable.cpp

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 | « include/core/SkColorTable.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkColorTable.cpp
diff --git a/src/core/SkColorTable.cpp b/src/core/SkColorTable.cpp
index 84469c2b06fdc0944f579b60395e80b250d95876..5a4e0a44e213c5a15b963b85aabd000c4c509b31 100644
--- a/src/core/SkColorTable.cpp
+++ b/src/core/SkColorTable.cpp
@@ -54,6 +54,8 @@ struct Build16BitCache {
};
}//namespace
+void SkColorTable::Free16BitCache(uint16_t* cache) { sk_free(cache); }
+
const uint16_t* SkColorTable::read16BitCache() const {
const Build16BitCache create = { fColors, fCount };
return f16BitCache.get(create);
« no previous file with comments | « include/core/SkColorTable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698