From 63af2c64b4ea9a0de9a9b4e9916b7f2c925e4b38 Mon Sep 17 00:00:00 2001 From: npm Date: Wed, 24 Aug 2016 06:33:56 -0700 Subject: Delete unused methods from CFX_RenderDevice Review-Url: https://codereview.chromium.org/2269203002 --- core/fpdfapi/fpdf_render/fpdf_render_text.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 080a7578a7..641d0b4705 100644 --- a/core/fpdfapi/fpdf_render/fpdf_render_text.cpp +++ b/core/fpdfapi/fpdf_render/fpdf_render_text.cpp @@ -629,10 +629,10 @@ FX_BOOL CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, : nullptr; CPDF_CharPosList CharPosList; CharPosList.Load(nChars, pCharCodes, pCharPos, pFont, font_size); - return pDevice->DrawTextPathWithFlags( - CharPosList.m_nChars, CharPosList.m_pCharPos, &pFont->m_Font, pCache, - font_size, pText2User, pUser2Device, pGraphState, fill_argb, stroke_argb, - pClippingPath, nFlag); + return pDevice->DrawTextPath(CharPosList.m_nChars, CharPosList.m_pCharPos, + &pFont->m_Font, pCache, font_size, pText2User, + pUser2Device, pGraphState, fill_argb, + stroke_argb, pClippingPath, nFlag); } // static -- cgit v1.2.3