summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/cpwl_edit.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-08-15 11:18:19 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-08-15 18:31:30 +0000
commit33c03005b8872b11f07afaba49e874f918aaa333 (patch)
treeda33c1190a924ea3d97dc7984b5a6c5aaa1d89ac /fpdfsdk/pwl/cpwl_edit.cpp
parent130bf6fc898e9ad42e3f63d90e400172de4fa65e (diff)
downloadpdfium-33c03005b8872b11f07afaba49e874f918aaa333.tar.xz
Remove default argument from CPWL_Wnd::InvalidateRect().
Change-Id: I529925b10fa43d4c9c6c9d398265d2ae7eccf93d Reviewed-on: https://pdfium-review.googlesource.com/10853 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/pwl/cpwl_edit.cpp')
-rw-r--r--fpdfsdk/pwl/cpwl_edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/pwl/cpwl_edit.cpp b/fpdfsdk/pwl/cpwl_edit.cpp
index 438b0ac3c0..d01e3f147d 100644
--- a/fpdfsdk/pwl/cpwl_edit.cpp
+++ b/fpdfsdk/pwl/cpwl_edit.cpp
@@ -291,7 +291,7 @@ bool CPWL_Edit::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) {
if (HasFlag(PES_TEXTOVERFLOW) || ClientHitTest(point)) {
if (m_bMouseDown)
- InvalidateRect();
+ InvalidateRect(nullptr);
m_bMouseDown = true;
SetCapture();