Skip to content

Commit 7aac297

Browse files
author
Jeff Brown
committed
TextLayoutCacheKey needs to store start and count.
Bad merge. Change-Id: Id6507b3a7e35808a6d34501a45d79fcb7470657d
1 parent a71483c commit 7aac297

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/jni/android/graphics/TextLayoutCache.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ TextLayoutCacheKey::TextLayoutCacheKey(const SkPaint* paint,
239239
TextLayoutCacheKey::TextLayoutCacheKey(const TextLayoutCacheKey& other) :
240240
text(NULL),
241241
textCopy(other.textCopy),
242+
start(other.start),
243+
count(other.count),
242244
contextCount(other.contextCount),
243245
dirFlags(other.dirFlags),
244246
typeface(other.typeface),

0 commit comments

Comments
 (0)