Loading core/jni/android/graphics/TextLayoutCache.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ TextLayoutCacheKey::TextLayoutCacheKey(const TextLayoutCacheKey& other) : flags(other.flags), hinting(other.hinting) { if (other.text) { textCopy.setTo(other.text); textCopy.setTo(other.text, other.contextCount); } } Loading Loading
core/jni/android/graphics/TextLayoutCache.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ TextLayoutCacheKey::TextLayoutCacheKey(const TextLayoutCacheKey& other) : flags(other.flags), hinting(other.hinting) { if (other.text) { textCopy.setTo(other.text); textCopy.setTo(other.text, other.contextCount); } } Loading