From aca3efc9c0d8750b7f642a23eea1a665d7a1af5c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 16 Mar 2018 20:27:04 +0000 Subject: Fix methods that have definition with different parameter names. Found by ClangTidy. BUG=pdfium:1039 Change-Id: I2bb9256a63d5459e959c1a3228418073245d7a86 Reviewed-on: https://pdfium-review.googlesource.com/28731 Reviewed-by: Henrique Nakashima Commit-Queue: Lei Zhang --- core/fxge/cfx_font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxge') diff --git a/core/fxge/cfx_font.h b/core/fxge/cfx_font.h index 3739cad9f3..c753e7e29d 100644 --- a/core/fxge/cfx_font.h +++ b/core/fxge/cfx_font.h @@ -84,7 +84,7 @@ class CFX_Font { #endif uint8_t* GetFontData() const { return m_pFontData; } uint32_t GetSize() const { return m_dwSize; } - void AdjustMMParams(int glyph_index, uint32_t width, int weight) const; + void AdjustMMParams(int glyph_index, uint32_t dest_width, int weight) const; CFX_PathData* LoadGlyphPathImpl(uint32_t glyph_index, uint32_t dest_width) const; -- cgit v1.2.3