summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/fxet_edit.h
diff options
context:
space:
mode:
authorDiana Gage <drgage@google.com>2017-07-20 18:09:31 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-07-21 05:40:11 +0000
commit89e6562f31f2807fb6f077c569a086858dd2ccb7 (patch)
treee72170808aff4dc5014ca6b90b4cbe43290d0d29 /fpdfsdk/fxedit/fxet_edit.h
parent4d02e904b01502cea5b76f316e07b0f6db5c5dbc (diff)
downloadpdfium-89e6562f31f2807fb6f077c569a086858dd2ccb7.tar.xz
Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText().
This CL renames the CFX_Edit::GetSelText() method so that it is more descriptive. Change-Id: I2086f7d036cd874aba1b7d7ec04d1cbb7e182d06 Reviewed-on: https://pdfium-review.googlesource.com/8612 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/fxedit/fxet_edit.h')
-rw-r--r--fpdfsdk/fxedit/fxet_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fxedit/fxet_edit.h b/fpdfsdk/fxedit/fxet_edit.h
index 4ae03e2303..fb64e0a401 100644
--- a/fpdfsdk/fxedit/fxet_edit.h
+++ b/fpdfsdk/fxedit/fxet_edit.h
@@ -351,7 +351,7 @@ class CFX_Edit {
CPVT_WordPlace SearchWordPlace(const CFX_PointF& point) const;
int32_t GetCaret() const;
CPVT_WordPlace GetCaretWordPlace() const;
- CFX_WideString GetSelText() const;
+ CFX_WideString GetSelectedText() const;
CFX_WideString GetText() const;
float GetFontSize() const;
uint16_t GetPasswordChar() const;