Merge "TextLayoutCacheKey needs to store start and count."

This commit is contained in:
Jeff Brown
2011-09-19 16:25:51 -07:00
committed by Android (Google) Code Review

View File

@@ -239,6 +239,8 @@ TextLayoutCacheKey::TextLayoutCacheKey(const SkPaint* paint,
TextLayoutCacheKey::TextLayoutCacheKey(const TextLayoutCacheKey& other) :
text(NULL),
textCopy(other.textCopy),
start(other.start),
count(other.count),
contextCount(other.contextCount),
dirFlags(other.dirFlags),
typeface(other.typeface),