summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_comboedit.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-11 18:09:57 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-11 18:09:57 -0800
commit27e66753c8bd6e664f26d05c1a468dc68be01913 (patch)
tree0006196c2e60225fb571946957f2e77646c6d6e2 /xfa/fwl/core/ifwl_comboedit.h
parent6e1d6032b7990cdf580c99ff491a1b761ee39ca6 (diff)
downloadpdfium-27e66753c8bd6e664f26d05c1a468dc68be01913.tar.xz
IFWL cleanup in the Combo classeschromium/2919chromium/2918
Cleanup visibility and unused methods in the IFWL combo code. Review-Url: https://codereview.chromium.org/2494743002
Diffstat (limited to 'xfa/fwl/core/ifwl_comboedit.h')
-rw-r--r--xfa/fwl/core/ifwl_comboedit.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_comboedit.h b/xfa/fwl/core/ifwl_comboedit.h
index f50a7258dd..c7d2e1072e 100644
--- a/xfa/fwl/core/ifwl_comboedit.h
+++ b/xfa/fwl/core/ifwl_comboedit.h
@@ -24,11 +24,9 @@ class IFWL_ComboEdit : public IFWL_Edit {
void ClearSelected();
void SetSelected();
- void EndCaret();
void FlagFocus(bool bSet);
- protected:
- void SetComboBoxFocus(bool bSet);
+ private:
IFWL_ComboBox* m_pOuter;
};