summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/cpwl_edit_ctrl.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-29 17:29:06 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-29 17:29:06 +0000
commitea08d171755bd4088d01261c55d1bfe0ff0f9f39 (patch)
treeedd21e3bbde0b1bd13b067ce7682111f32f0d8e4 /fpdfsdk/pwl/cpwl_edit_ctrl.h
parentb7c4a0243e82f6c4ff91cd90b5bae336100c3c70 (diff)
downloadpdfium-ea08d171755bd4088d01261c55d1bfe0ff0f9f39.tar.xz
Fold virtual CPWL_Wnd::OnCreate into subclass constructors.
All they do is twiddle their own CreateParameters. Since we now have the create paramters earlier, we need not have a special method for this. Change-Id: I5b94c578275c71516afb87bd085f5fb58b3962e2 Reviewed-on: https://pdfium-review.googlesource.com/c/44730 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/pwl/cpwl_edit_ctrl.h')
-rw-r--r--fpdfsdk/pwl/cpwl_edit_ctrl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/pwl/cpwl_edit_ctrl.h b/fpdfsdk/pwl/cpwl_edit_ctrl.h
index cb89943f88..aeeb7f6557 100644
--- a/fpdfsdk/pwl/cpwl_edit_ctrl.h
+++ b/fpdfsdk/pwl/cpwl_edit_ctrl.h
@@ -46,7 +46,6 @@ class CPWL_EditCtrl : public CPWL_Wnd {
void SetReadyToInput();
// CPWL_Wnd:
- void OnCreate(CreateParams* pParamsToAdjust) override;
void OnCreated() override;
bool OnKeyDown(uint16_t nChar, uint32_t nFlag) override;
bool OnChar(uint16_t nChar, uint32_t nFlag) override;