From 22b05fc0f0cbfd3841b0963b577719fd16725081 Mon Sep 17 00:00:00 2001 From: tsepez Date: Mon, 25 Jul 2016 13:40:11 -0700 Subject: Remove FX_FONTCACHE_DEFINE This macro isn't buying us anything and reduces transparency. Review-Url: https://codereview.chromium.org/2179953002 --- core/fpdfapi/fpdf_render/fpdf_render_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fpdfapi') diff --git a/core/fpdfapi/fpdf_render/fpdf_render_text.cpp b/core/fpdfapi/fpdf_render/fpdf_render_text.cpp index d8d416dd39..cc9c751b32 100644 --- a/core/fpdfapi/fpdf_render/fpdf_render_text.cpp +++ b/core/fpdfapi/fpdf_render/fpdf_render_text.cpp @@ -764,7 +764,7 @@ void CPDF_RenderStatus::DrawTextPathWithPattern(const CPDF_TextObject* textobj, pCache = CFX_GEModule::Get()->GetFontCache(); } CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font); - FX_FONTCACHE_DEFINE(pCache, &pFont->m_Font); + CFX_AutoFontCache autoFontCache(pCache, &pFont->m_Font); CPDF_CharPosList CharPosList; CharPosList.Load(textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size); -- cgit v1.2.3