From 90d9386825b872a0b668eac5dff3e268fa7ad16c Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 30 Jan 2018 21:38:40 +0000 Subject: Shuffle more code out of CXFA_Node This CL moves more code out of the CXFA_Node class and into specific subclasses. Change-Id: Idca36f251431bf7efd4da045aeabf097ab23f0ce Reviewed-on: https://pdfium-review.googlesource.com/24714 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_passwordedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fxfa/parser/cxfa_passwordedit.h') diff --git a/xfa/fxfa/parser/cxfa_passwordedit.h b/xfa/fxfa/parser/cxfa_passwordedit.h index e390aaa2b1..6c8e8e5856 100644 --- a/xfa/fxfa/parser/cxfa_passwordedit.h +++ b/xfa/fxfa/parser/cxfa_passwordedit.h @@ -15,6 +15,7 @@ class CXFA_PasswordEdit : public CXFA_Node { ~CXFA_PasswordEdit() override; XFA_FFWidgetType GetDefaultFFWidgetType() const override; + WideString GetPasswordChar(); }; #endif // XFA_FXFA_PARSER_CXFA_PASSWORDEDIT_H_ -- cgit v1.2.3