diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-30 23:55:35 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-30 23:55:35 -0700 |
commit | 1b700c3c452429dacde3c163a6edb2706f93d4a7 (patch) | |
tree | 4efaf4dcec5b28a4d6cac575727dc61356e8a4fe /fpdfsdk/include/fsdk_baseform.h | |
parent | de6088db8403e775e2963ce6e0bd55e5356beb73 (diff) | |
download | pdfium-1b700c3c452429dacde3c163a6edb2706f93d4a7.tar.xz |
Merge to XFA: Clean up CPDF_AnnotList.
- Remove dead code
- Stop using CFX_PtrArray
- Mark more things const
- Fix style nits
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1425093003 .
(cherry picked from commit c88c42f317c0e94c4c7b98949bfe1a495aef07a9)
Review URL: https://codereview.chromium.org/1430803003 .
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 14c8fefad2..bcba4c831b 100644 --- a/fpdfsdk/include/fsdk_baseform.h +++ b/fpdfsdk/include/fsdk_baseform.h @@ -155,7 +155,7 @@ class CPDFSDK_Widget : public CPDFSDK_BAAnnot { 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); |