summaryrefslogtreecommitdiff
path: root/fpdfsdk
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-05 15:10:03 -0800
committerLei Zhang <thestig@chromium.org>2016-01-05 15:10:03 -0800
commita3235d0f5ca92c89b1de0f135a05e9891e499fb9 (patch)
tree58db3c7bb8e41f91ca56e0f704e01c479830eae7 /fpdfsdk
parent603533fb0e5968923d67c1d8f2e00a640f41b5e5 (diff)
downloadpdfium-a3235d0f5ca92c89b1de0f135a05e9891e499fb9.tar.xz
Make more CPDF_Parser method const.
R=weili@chromium.org Review URL: https://codereview.chromium.org/1549103002 .
Diffstat (limited to 'fpdfsdk')
-rw-r--r--fpdfsdk/include/fsdk_annothandler.h1
-rw-r--r--fpdfsdk/include/fsdk_baseannot.h1
2 files changed, 0 insertions, 2 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:
diff --git a/fpdfsdk/include/fsdk_baseannot.h b/fpdfsdk/include/fsdk_baseannot.h
index a3bd8341c2..667ea1ec0e 100644
--- a/fpdfsdk/include/fsdk_baseannot.h
+++ b/fpdfsdk/include/fsdk_baseannot.h
@@ -21,7 +21,6 @@
class CPDFSDK_PageView;
class CPDF_Annot;
class CPDF_Page;
-class CPDF_Rect;
class CFX_Matrix;
class CPDF_RenderOptions;
class CFX_RenderDevice;