summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-01-29 16:18:28 -0800
committerTom Sepez <tsepez@chromium.org>2016-01-29 16:18:28 -0800
commit1bce5f62f3292a6baf35491bf4c9b4fde2fb73e3 (patch)
tree0367ce72d182d10ebf75413b728065c5e39fac1d /fpdfsdk/include
parentb0b6373e685e0591fb47fe6cb90e767728241e7f (diff)
downloadpdfium-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.h2
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();