summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_formfiller.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_formfiller.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_formfiller.h')
-rw-r--r--fpdfsdk/formfiller/cffl_formfiller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_formfiller.h b/fpdfsdk/formfiller/cffl_formfiller.h
index 6b04e0c936..3bc5415202 100644
--- a/fpdfsdk/formfiller/cffl_formfiller.h
+++ b/fpdfsdk/formfiller/cffl_formfiller.h
@@ -106,7 +106,7 @@ class CFFL_FormFiller : public CPWL_Wnd::ProviderIface,
const CPDFSDK_FieldAction& faNew);
virtual CPWL_Wnd::CreateParams GetCreateParam();
- virtual std::unique_ptr<CPWL_Wnd> NewPDFWindow(
+ virtual std::unique_ptr<CPWL_Wnd> NewPWLWindow(
const CPWL_Wnd::CreateParams& cp,
std::unique_ptr<CPWL_Wnd::PrivateData> pAttachedData) = 0;
virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,