DescriptionFix font instantiation assertion failure on session restore
It seems in certain cases font fallback returns a fontconfig interface
id which can then later not be reused by Skia. This patch fixes an
incorrect fallback to using the family in that case and returns a nullptr
instead, which fixes the assertion failure. However, we need to
investigate why the Skia typeface creation with the returned
fciId is unsuccessful, filed crbug.com/403348 for this remaining question.
BUG=273261
R=eae,eseidel
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180214
Patch Set 1 #
Messages
Total messages: 12 (0 generated)
|