diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-22 22:01:57 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-22 22:01:57 +0000 |
commit | 1ca42167e5913eddf57f137fd7b4cc2110b6cd1f (patch) | |
tree | 33f018384bc7b974270cfcb19065815beb54a126 /xfa/fxfa/cxfa_widgetacc.h | |
parent | 9ccf4047a6f36e9c0863541437af7734a04ca676 (diff) | |
download | pdfium-1ca42167e5913eddf57f137fd7b4cc2110b6cd1f.tar.xz |
Convert CXFA_FFWidgetHandler to use CXFA_Node
This CL removes CXFA_WidgetAcc from CXFA_FFWidgetHandler and uses
CXFA_Node directly.
Change-Id: I88cf1edc53f4489aeac018a95e9d5936d85106db
Reviewed-on: https://pdfium-review.googlesource.com/23450
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.h')
-rw-r--r-- | xfa/fxfa/cxfa_widgetacc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h index ca018ed655..8e0301865d 100644 --- a/xfa/fxfa/cxfa_widgetacc.h +++ b/xfa/fxfa/cxfa_widgetacc.h @@ -100,9 +100,6 @@ class CXFA_WidgetAcc { bool IsChoiceListAllowTextEntry(); bool IsMultiLine(); - std::vector<CXFA_Event*> GetEventByActivity(XFA_AttributeEnum iActivity, - bool bIsFormReady); - XFA_AttributeEnum GetButtonHighlight(); bool HasButtonRollover() const; bool HasButtonDown() const; |