diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-29 16:18:28 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-29 16:18:28 -0800 |
commit | 1bce5f62f3292a6baf35491bf4c9b4fde2fb73e3 (patch) | |
tree | 0367ce72d182d10ebf75413b728065c5e39fac1d /fpdfsdk/include | |
parent | b0b6373e685e0591fb47fe6cb90e767728241e7f (diff) | |
download | pdfium-1bce5f62f3292a6baf35491bf4c9b4fde2fb73e3.tar.xz |
Add tests for CBA_AnnotIterator.
I'm about to replace the sort() that underlies this class,
so I first want to be sure I don't disrupt the order.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1652533002 .
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r-- | fpdfsdk/include/fsdk_mgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h index a314be8d87..4b07cc3127 100644 --- a/fpdfsdk/include/fsdk_mgr.h +++ b/fpdfsdk/include/fsdk_mgr.h @@ -228,6 +228,8 @@ class CPDFDoc_Environment final { class CPDFSDK_Document { public: + static CPDFSDK_Document* FromFPDFFormHandle(FPDF_FORMHANDLE hHandle); + CPDFSDK_Document(UnderlyingDocumentType* pDoc, CPDFDoc_Environment* pEnv); ~CPDFSDK_Document(); |