summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_textfield.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_textfield.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_textfield.h')
-rw-r--r--fpdfsdk/formfiller/cffl_textfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_textfield.h b/fpdfsdk/formfiller/cffl_textfield.h
index 1ba0e6399f..e45755fc94 100644
--- a/fpdfsdk/formfiller/cffl_textfield.h
+++ b/fpdfsdk/formfiller/cffl_textfield.h
@@ -34,7 +34,7 @@ class CFFL_TextField final : public CFFL_TextObject,
// CFFL_TextObject:
CPWL_Wnd::CreateParams GetCreateParam() override;
- 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 OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;