From 0fdefc15d7697286a860c22a8ab50c99c8be6065 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 20 Feb 2018 17:02:59 +0000 Subject: Fix typo in method name FillSoildRect(). No behavior change. Bug: none Change-Id: I59a40e5d38d561da1ebf20a40feb3933f7fef14a Reviewed-on: https://pdfium-review.googlesource.com/27390 Commit-Queue: Nico Weber Commit-Queue: dsinclair Reviewed-by: dsinclair --- xfa/fwl/theme/cfwl_widgettp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/theme/cfwl_widgettp.h') diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h index 7813c0825c..503c85eaf2 100644 --- a/xfa/fwl/theme/cfwl_widgettp.h +++ b/xfa/fwl/theme/cfwl_widgettp.h @@ -60,7 +60,7 @@ class CFWL_WidgetTP { void FillBackground(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, CFX_Matrix* pMatrix = nullptr); - void FillSoildRect(CXFA_Graphics* pGraphics, + void FillSolidRect(CXFA_Graphics* pGraphics, FX_ARGB fillColor, const CFX_RectF* pRect, CFX_Matrix* pMatrix = nullptr); -- cgit v1.2.3