summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_checkbox.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-26 17:37:17 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-26 17:37:17 +0000
commit385bf2e0481230b1f5e50a2627063383bd297451 (patch)
tree72232c02942f833451703b8e29ba68a1eb0cf8d1 /fpdfsdk/formfiller/cffl_checkbox.h
parent6fe32f898af3eea875fd01a6d18f719d17dd72f3 (diff)
downloadpdfium-385bf2e0481230b1f5e50a2627063383bd297451.tar.xz
Rename NewPDFWindow() => NewPWLWindow()chromium/3593
The window comes from the PWL layer. The string |PDF| doesn't add a lot of information since the whole repository is about PDF. Change-Id: I396351519e68ac0c59a02806941f45d3b17e7567 Reviewed-on: https://pdfium-review.googlesource.com/c/44670 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/formfiller/cffl_checkbox.h')
-rw-r--r--fpdfsdk/formfiller/cffl_checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_checkbox.h b/fpdfsdk/formfiller/cffl_checkbox.h
index a8fe316356..25c6260415 100644
--- a/fpdfsdk/formfiller/cffl_checkbox.h
+++ b/fpdfsdk/formfiller/cffl_checkbox.h
@@ -19,7 +19,7 @@ class CFFL_CheckBox final : public CFFL_Button {
~CFFL_CheckBox() override;
// CFFL_Button:
- std::unique_ptr<CPWL_Wnd> NewPDFWindow(
+ std::unique_ptr<CPWL_Wnd> NewPWLWindow(
const CPWL_Wnd::CreateParams& cp,
std::unique_ptr<CPWL_Wnd::PrivateData> pAttachedData) override;
bool OnKeyDown(CPDFSDK_Annot* pAnnot,