experimentally enable USE_HASH for scaledimagecache

BUG=

Review URL: https://codereview.chromium.org/20378002

git-svn-id: http://skia.googlecode.com/svn/trunk@10363 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-07-25 17:50:37 +00:00
parent b8d17fef26
commit ea348cb435

View File

@ -150,7 +150,7 @@ class SkScaledImageCache::Hash : public SkTDynamicHash<SkScaledImageCache::Rec,
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// experimental hash to speed things up // experimental hash to speed things up
//#define USE_HASH #define USE_HASH
SkScaledImageCache::SkScaledImageCache(size_t byteLimit) { SkScaledImageCache::SkScaledImageCache(size_t byteLimit) {
fHead = NULL; fHead = NULL;