summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/cpwl_list_box.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-06 13:56:35 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-06 21:27:47 +0000
commit2b44441b1b01a809b6f14d44d64db9a52808cba9 (patch)
treeed62c8a93bdac86cb42334d0abeb3a88616bca93 /fpdfsdk/pdfwindow/cpwl_list_box.h
parentd97f2eee71036c09823dea18b2c5f74731317fe9 (diff)
downloadpdfium-2b44441b1b01a809b6f14d44d64db9a52808cba9.tar.xz
Rename OnNotifySelChanged to OnNotifySelectionChanged
Change-Id: I346bfb986754e7530bbfa5be0057422d968e0631 Reviewed-on: https://pdfium-review.googlesource.com/7338 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_list_box.h')
-rw-r--r--fpdfsdk/pdfwindow/cpwl_list_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_list_box.h b/fpdfsdk/pdfwindow/cpwl_list_box.h
index d4581c066e..f5835a1d9c 100644
--- a/fpdfsdk/pdfwindow/cpwl_list_box.h
+++ b/fpdfsdk/pdfwindow/cpwl_list_box.h
@@ -70,7 +70,7 @@ class CPWL_ListBox : public CPWL_Wnd {
virtual CFX_WideString GetText() const;
- bool OnNotifySelChanged(bool bKeyDown, uint32_t nFlag);
+ bool OnNotifySelectionChanged(bool bKeyDown, uint32_t nFlag);
void AddString(const CFX_WideString& str);
void SetTopVisibleIndex(int32_t nItemIndex);