diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-10-04 19:29:30 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-04 19:29:30 +0000 |
commit | d8ac668fad0211b5d8055866f835d38315d5dabb (patch) | |
tree | 7e571c9f7418623015b094c3fdee4965aa079885 /fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp | |
parent | 7c40157c9d8d72b91dcde3e79f2a083e4319e2eb (diff) | |
download | pdfium-d8ac668fad0211b5d8055866f835d38315d5dabb.tar.xz |
Remove CPWL_Wnd::GetClassName() and overrides.
It's only used in two tests, and there it is not essential, so save
some strings and vtable space.
Change-Id: If8c68e5e2580dbe588bccb942f9008efb66fe490
Reviewed-on: https://pdfium-review.googlesource.com/c/43472
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp')
-rw-r--r-- | fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp b/fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp index 62d42f9344..e839de0756 100644 --- a/fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp +++ b/fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp @@ -65,7 +65,6 @@ class CPWLComboBoxEditEmbeddertest : public EmbedderTest { CPWL_Wnd* pWindow = m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); ASSERT_TRUE(pWindow); - ASSERT_EQ("CPWL_ComboBox", pWindow->GetClassName()); m_pComboBox = static_cast<CPWL_ComboBox*>(pWindow); } |