diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-30 23:42:33 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-30 23:42:33 -0700 |
commit | c88c42f317c0e94c4c7b98949bfe1a495aef07a9 (patch) | |
tree | 338bce5904097056be9afc47796ad1ba22f05c53 /fpdfsdk/include/fsdk_baseform.h | |
parent | 1630dffdc1d554d8f2319e83cdbd7b12f480362d (diff) | |
download | pdfium-c88c42f317c0e94c4c7b98949bfe1a495aef07a9.tar.xz |
Clean up CPDF_AnnotList.
- Remove dead code
- Stop using CFX_PtrArray
- Mark more things const
- Fix style nits
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1425093003 .
Diffstat (limited to 'fpdfsdk/include/fsdk_baseform.h')
-rw-r--r-- | fpdfsdk/include/fsdk_baseform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_baseform.h b/fpdfsdk/include/fsdk_baseform.h index bc0edf2fa2..f402aae76f 100644 --- a/fpdfsdk/include/fsdk_baseform.h +++ b/fpdfsdk/include/fsdk_baseform.h @@ -123,7 +123,7 @@ class CPDFSDK_Widget : public CPDFSDK_Annot { CPDF_FormField* GetFormField() const; CPDF_FormControl* GetFormControl() const; static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm, - CPDF_Dictionary* pAnnotDict); + const CPDF_Dictionary* pAnnotDict); void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView); |