зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1229202
(part 5) - Remove an unneeded gfxContextAutoSaveRestore. r=mattwoodrow.
--HG-- extra : rebase_source : 3127123405194c07a6e7ff1ca3cfd7f1d60644be
This commit is contained in:
Родитель
722653b441
Коммит
5ff5757f98
|
@ -341,7 +341,6 @@ gfxFontEntry::GetSVGGlyphExtents(gfxContext *aContext, uint32_t aGlyphId,
|
|||
MOZ_ASSERT(mUnitsPerEm >= kMinUPEM && mUnitsPerEm <= kMaxUPEM,
|
||||
"font has invalid unitsPerEm");
|
||||
|
||||
gfxContextAutoSaveRestore matrixRestore(aContext);
|
||||
cairo_matrix_t fontMatrix;
|
||||
cairo_get_font_matrix(aContext->GetCairo(), &fontMatrix);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче