summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_widgetacc.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-04 16:53:15 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-04 22:08:21 +0000
commit9aeb0caba4cda9c6bd39ed079f88000a712f9890 (patch)
treecf5801fa3e5ed9194896771ca66a8a3b80fda709 /xfa/fxfa/cxfa_widgetacc.h
parent0545d2a5d759dbbb6ac3cce6d82bc0f2188cc4aa (diff)
downloadpdfium-9aeb0caba4cda9c6bd39ed079f88000a712f9890.tar.xz
Remove CXFA_WidgetData::{GetElementType|GetDatasets}
The GetElementType and GetDatasets methods have been removed from the CXFA_WidgetData class and we call the CXFA_Node methods directly. Change-Id: I5178be76c929ac3405eb6a65f9b8775b2f0283e2 Reviewed-on: https://pdfium-review.googlesource.com/22264 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.h')
-rw-r--r--xfa/fxfa/cxfa_widgetacc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h
index 2039d369b5..8d9bf6f753 100644
--- a/xfa/fxfa/cxfa_widgetacc.h
+++ b/xfa/fxfa/cxfa_widgetacc.h
@@ -62,8 +62,6 @@ class CXFA_WidgetAcc {
void ResetData();
- XFA_Element GetElementType() const;
-
CXFA_WidgetAcc* GetExclGroup();
int32_t ProcessEvent(CXFA_FFDocView* docView,
@@ -109,7 +107,6 @@ class CXFA_WidgetAcc {
void SetImageEditImage(const RetainPtr<CFX_DIBitmap>& newImage);
void UpdateUIDisplay(CXFA_FFDocView* docView, CXFA_FFWidget* pExcept);
- CXFA_Node* GetDatasets();
RetainPtr<CFGAS_GEFont> GetFDEFont(CXFA_FFDoc* doc);
float GetFontSize();
FX_ARGB GetTextColor();