diff options
author | Nico Weber <thakis@chromium.org> | 2018-02-20 17:02:59 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-20 17:02:59 +0000 |
commit | 0fdefc15d7697286a860c22a8ab50c99c8be6065 (patch) | |
tree | 1eb9adea061cd02404b2b790e62c3e10745adda3 /xfa/fwl/theme/cfwl_widgettp.h | |
parent | 8c0a80087c42895b2b3fd899117df873fb96acbf (diff) | |
download | pdfium-0fdefc15d7697286a860c22a8ab50c99c8be6065.tar.xz |
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 <thakis@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fwl/theme/cfwl_widgettp.h')
-rw-r--r-- | xfa/fwl/theme/cfwl_widgettp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |