DescriptionTake mutex when calling into FreeType.
SkScalerContext_FreeType::generateCharToGlyph and generateGlyphToChar
do not take a mutex when calling into FreeType, but they need to.
The setupSize method also requires the mutex to be locked, which is
not a problem since it currently always is, but add a debug assert
to ensure that it continues to be.
BUG=chromium:542640
Committed: https://skia.googlesource.com/skia/+/3f846ae913f0e01eedf889fff062e9a1dc9f4f8b
Patch Set 1 #
Total comments: 1
Messages
Total messages: 11 (4 generated)
|