summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-05 15:22:59 -0800
committerLei Zhang <thestig@chromium.org>2016-01-05 15:22:59 -0800
commita2df54143ac9f2cf3db7e7d249f8cd373456353a (patch)
tree7c449078235b0ccc08c1a9f476db018b42bcf241 /fpdfsdk/include
parent9eb811f7884db1ce0c145d2f90fa512283d7599b (diff)
downloadpdfium-a2df54143ac9f2cf3db7e7d249f8cd373456353a.tar.xz
Merge to XFA: Make more CPDF_Parser method const.
TBR=weili@chromium.org Review URL: https://codereview.chromium.org/1549103002 . (cherry picked from commit a3235d0f5ca92c89b1de0f135a05e9891e499fb9) Review URL: https://codereview.chromium.org/1560183003 .
Diffstat (limited to 'fpdfsdk/include')
-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 44d2f523c4..95b11d1823 100644
--- a/fpdfsdk/include/fsdk_annothandler.h
+++ b/fpdfsdk/include/fsdk_annothandler.h
@@ -24,7 +24,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 26de7aae95..49c25de284 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;