summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_binddata.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 15:11:52 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-03 21:13:01 +0000
commit44820980f762797f1ffba61b9f5b8cf0922489a3 (patch)
treeb2531d761af57526945881c395c790a00685584c /xfa/fxfa/parser/cxfa_binddata.h
parentbf1cf346ba28a9eab0d2ea490868c51040ee2bc4 (diff)
downloadpdfium-44820980f762797f1ffba61b9f5b8cf0922489a3.tar.xz
Fold CXFA_BindData into CXFA_Bind
This CL merges the CXFA_BindData wrapper into CXFA_Bind. Change-Id: I621955be2673938bf08c7897779311b776d0bf8b Reviewed-on: https://pdfium-review.googlesource.com/22131 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_binddata.h')
-rw-r--r--xfa/fxfa/parser/cxfa_binddata.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/xfa/fxfa/parser/cxfa_binddata.h b/xfa/fxfa/parser/cxfa_binddata.h
deleted file mode 100644
index fde030fc50..0000000000
--- a/xfa/fxfa/parser/cxfa_binddata.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2016 PDFium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-
-#ifndef XFA_FXFA_PARSER_CXFA_BINDDATA_H_
-#define XFA_FXFA_PARSER_CXFA_BINDDATA_H_
-
-#include "core/fxcrt/fx_string.h"
-#include "xfa/fxfa/parser/cxfa_datadata.h"
-
-class CXFA_Node;
-
-class CXFA_BindData : public CXFA_DataData {
- public:
- explicit CXFA_BindData(CXFA_Node* pNode);
-
- WideString GetPicture();
-};
-
-#endif // XFA_FXFA_PARSER_CXFA_BINDDATA_H_