Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1325)

Unified Diff: xfa/fxfa/app/xfa_ffdochandler.h

Issue 1836353002: Remove IFDE_XML* classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fxfa/app/xfa_ffdochandler.h
diff --git a/xfa/fxfa/app/xfa_ffdochandler.h b/xfa/fxfa/app/xfa_ffdochandler.h
index ff2491509a50a35ad790c327adf8284c888701f5..f1ab3a56b8119abfd8afd563e800a1b76238c75f 100644
--- a/xfa/fxfa/app/xfa_ffdochandler.h
+++ b/xfa/fxfa/app/xfa_ffdochandler.h
@@ -25,7 +25,7 @@ class CXFA_FFDocHandler : public IXFA_DocHandler {
virtual void GetPackageName(IXFA_Doc* hDoc,
Tom Sepez 2016/03/29 20:45:06 Which of these are overrides, while we're at it.
dsinclair 2016/03/29 20:58:46 Done.
int32_t iPackage,
CFX_WideStringC& wsPackage);
- virtual IFDE_XMLElement* GetPackageData(IXFA_Doc* hDoc,
+ virtual CFDE_XMLElement* GetPackageData(IXFA_Doc* hDoc,
const CFX_WideStringC& wsPackage);
virtual FX_BOOL SavePackage(IXFA_Doc* hDoc,
const CFX_WideStringC& wsPackage,

Powered by Google App Engine
This is Rietveld 408576698