summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-08-17 12:04:41 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-08-17 20:47:42 +0000
commitba1897b238b421e36cb34f223b8b24be2845d413 (patch)
treec9619a96727b48d2030910f6320902df0b7e3297 /xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp
parent129297f6ae97169093d4affe3c8421b757bd95ec (diff)
downloadpdfium-ba1897b238b421e36cb34f223b8b24be2845d413.tar.xz
Remove default parameters from CXFA_FFWidget methods.
Also remove an unused method and move a bunch of internal methods into an anonymous namespace. Change-Id: Ic7b4a975852cc2a7384bf3f681b953a5bf7e7d29 Reviewed-on: https://pdfium-review.googlesource.com/11112 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp')
-rw-r--r--xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp b/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp
index f4e7527478..4dacd0300b 100644
--- a/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp
+++ b/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp
@@ -21,7 +21,7 @@ void CXFA_FWLAdapterWidgetMgr::RepaintWidget(CFWL_Widget* pWidget) {
if (!pFFWidget)
return;
- pFFWidget->AddInvalidateRect(nullptr);
+ pFFWidget->AddInvalidateRect();
}
bool CXFA_FWLAdapterWidgetMgr::GetPopupPos(CFWL_Widget* pWidget,