diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-11 13:08:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-11 13:08:04 -0700 |
commit | f3fbe83a0f6c1dfb05722a6f0a4056c53548fb6e (patch) | |
tree | 6064580b9ae64ba4fe0517fcb367a426b98634c1 /fpdfsdk/cpdfsdk_document.h | |
parent | 19c198b7b80633e6030457d276df99aee3ca8ca4 (diff) | |
download | pdfium-f3fbe83a0f6c1dfb05722a6f0a4056c53548fb6e.tar.xz |
Convert fpdfformfill to use CPDFSDK_FormFillEnvironment
This CL converts to using CPDFSDK_FormFillEnvironment instead of
CPDFSDK_Document internally.
Review-Url: https://codereview.chromium.org/2398253002
Diffstat (limited to 'fpdfsdk/cpdfsdk_document.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_document.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/cpdfsdk_document.h b/fpdfsdk/cpdfsdk_document.h index ee140d82ce..b765ed54ea 100644 --- a/fpdfsdk/cpdfsdk_document.h +++ b/fpdfsdk/cpdfsdk_document.h @@ -23,8 +23,6 @@ class IJS_Runtime; class CPDFSDK_Document : public CFX_Observable<CPDFSDK_Document> { public: - static CPDFSDK_Document* FromFPDFFormHandle(FPDF_FORMHANDLE hHandle); - CPDFSDK_Document(UnderlyingDocumentType* pDoc, CPDFSDK_FormFillEnvironment* pEnv); ~CPDFSDK_Document(); |