am c1d03cff: Merge "Fix bug #5822825 Paint.measureText (char[] text, int index, int count) cannot handle text more than 32K long - DO NOT MERGE" into ics-mr1
* commit 'c1d03cff271d81fc9948648583e9e07c0c624dc1': Fix bug #5822825 Paint.measureText (char[] text, int index, int count) cannot handle text more than 32K long - DO NOT MERGE
This commit is contained in:
@@ -172,7 +172,6 @@ sp<TextLayoutCacheValue> TextLayoutCache::getValue(SkPaint* paint,
|
||||
start, count, contextCount, size, mMaxSize - mSize, endTime,
|
||||
String8(text, count).string());
|
||||
}
|
||||
value.clear();
|
||||
}
|
||||
} else {
|
||||
// This is a cache hit, just log timestamp and user infos
|
||||
|
||||
Reference in New Issue
Block a user