From 522c3d414e26a8a6b14407d664cee38fa3f52c07 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 10 Nov 2016 14:01:19 -0800 Subject: IFWL method and param cleanup Cleaning up virtual methods, unused methods, and visibility. Review-Url: https://codereview.chromium.org/2491103002 --- xfa/fwl/core/ifwl_comboedit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fwl/core/ifwl_comboedit.cpp') diff --git a/xfa/fwl/core/ifwl_comboedit.cpp b/xfa/fwl/core/ifwl_comboedit.cpp index a8b04fda89..2a7ac904e1 100644 --- a/xfa/fwl/core/ifwl_comboedit.cpp +++ b/xfa/fwl/core/ifwl_comboedit.cpp @@ -19,7 +19,7 @@ IFWL_ComboEdit::IFWL_ComboEdit( void IFWL_ComboEdit::ClearSelected() { ClearSelections(); - Repaint(&m_rtClient); + Repaint(&GetRTClient()); } void IFWL_ComboEdit::SetSelected() { @@ -29,7 +29,7 @@ void IFWL_ComboEdit::SetSelected() { } void IFWL_ComboEdit::EndCaret() { - m_pEdtEngine->MoveCaretPos(MC_End); + GetTxtEdtEngine()->MoveCaretPos(MC_End); } void IFWL_ComboEdit::FlagFocus(bool bSet) { -- cgit v1.2.3