mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 906643 - fix nsTextFrame build bustage on a CLOSED TREE. r=bustage
This commit is contained in:
parent
21dab51e63
commit
1b8dc7ddfd
@ -846,7 +846,8 @@ CreateObserversForAnimatedGlyphs(gfxTextRun* aTextRun)
|
||||
}
|
||||
nsTArray<gfxFont*> fontsWithAnimatedGlyphs;
|
||||
uint32_t numGlyphRuns;
|
||||
const GlyphRun* glyphRuns = aTextRun->GetGlyphRuns(&numGlyphRuns);
|
||||
const gfxTextRun::GlyphRun* glyphRuns =
|
||||
aTextRun->GetGlyphRuns(&numGlyphRuns);
|
||||
for (uint32_t i = 0; i < numGlyphRuns; ++i) {
|
||||
gfxFont* font = glyphRuns[i].mFont;
|
||||
if (font->GlyphsMayChange() && !fontsWithAnimatedGlyphs.Contains(font)) {
|
||||
|
Loading…
Reference in New Issue
Block a user