diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-05 15:10:03 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-05 15:10:03 -0800 |
commit | a3235d0f5ca92c89b1de0f135a05e9891e499fb9 (patch) | |
tree | 58db3c7bb8e41f91ca56e0f704e01c479830eae7 /fpdfsdk/include/fsdk_annothandler.h | |
parent | 603533fb0e5968923d67c1d8f2e00a640f41b5e5 (diff) | |
download | pdfium-a3235d0f5ca92c89b1de0f135a05e9891e499fb9.tar.xz |
Make more CPDF_Parser method const.
R=weili@chromium.org
Review URL: https://codereview.chromium.org/1549103002 .
Diffstat (limited to 'fpdfsdk/include/fsdk_annothandler.h')
-rw-r--r-- | fpdfsdk/include/fsdk_annothandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_annothandler.h b/fpdfsdk/include/fsdk_annothandler.h index c5a48ab529..b45f4ef181 100644 --- a/fpdfsdk/include/fsdk_annothandler.h +++ b/fpdfsdk/include/fsdk_annothandler.h @@ -20,7 +20,6 @@ class CPDFSDK_PageView; class CPDF_Annot; class CFX_Matrix; class CPDF_Point; -class CPDF_Rect; class IPDFSDK_AnnotHandler { public: |