Bug 1229202 (part 5) - Remove an unneeded gfxContextAutoSaveRestore. r=mattwoodrow.

--HG--
extra : rebase_source : 3127123405194c07a6e7ff1ca3cfd7f1d60644be
This commit is contained in:
Nicholas Nethercote 2015-12-02 15:32:16 -08:00
Родитель 722653b441
Коммит 5ff5757f98
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);