summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_formfillenvironment.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-11 10:39:49 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-11 10:39:49 -0700
commit3a7741a2d9391fdbc54900695a980344dddf1692 (patch)
treec84367c005b25ad7a6cbba0ca6db53662455dd35 /fpdfsdk/cpdfsdk_formfillenvironment.h
parentb402b1738d665561dd1bb7ffba0c3f3d49425086 (diff)
downloadpdfium-3a7741a2d9391fdbc54900695a980344dddf1692.tar.xz
Convert Field to use CPDFSDK_FormFillEnvironment
This CL changes Field from using a CPDFSDK_Document to using a CPDFSDK_FormFillEnvironment. Review-Url: https://codereview.chromium.org/2400443005
Diffstat (limited to 'fpdfsdk/cpdfsdk_formfillenvironment.h')
-rw-r--r--fpdfsdk/cpdfsdk_formfillenvironment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.h b/fpdfsdk/cpdfsdk_formfillenvironment.h
index e92537eee1..e5a693288f 100644
--- a/fpdfsdk/cpdfsdk_formfillenvironment.h
+++ b/fpdfsdk/cpdfsdk_formfillenvironment.h
@@ -25,7 +25,8 @@ class CPDFSDK_AnnotHandlerMgr;
class CPDFSDK_Document;
class IJS_Runtime;
-class CPDFSDK_FormFillEnvironment final {
+class CPDFSDK_FormFillEnvironment
+ : public CFX_Observable<CPDFSDK_FormFillEnvironment> {
public:
CPDFSDK_FormFillEnvironment(UnderlyingDocumentType* pDoc,
FPDF_FORMFILLINFO* pFFinfo);