summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2016-02-27 08:53:48 -0500
committerdan sinclair <dsinclair@chromium.org>2016-02-27 08:53:48 -0500
commit06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb (patch)
treedfeadd4e7851b25cbdb6430af7cb421650681660 /core/src
parent330a7037a2b6ef329c18cac39d895ef42c2b793e (diff)
downloadpdfium-06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb.tar.xz
Cleanup forward declarations.
This CL removes duplicate forward declarations, removes extraneous declarations and adds a couple of missing declarations. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1741003002 .
Diffstat (limited to 'core/src')
-rw-r--r--core/src/fpdftext/text_int.h1
-rw-r--r--core/src/fxcodec/jbig2/JBig2_GrrdProc.h1
-rw-r--r--core/src/fxge/android/fpf_skiafont.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
index ef742a38be..dd30148094 100644
--- a/core/src/fpdftext/text_int.h
+++ b/core/src/fpdftext/text_int.h
@@ -15,7 +15,6 @@
#include "core/include/fxcrt/fx_basic.h"
class CFX_BidiChar;
-class CPDF_DocProgressiveSearch;
class CPDF_FormObject;
class CPDF_LinkExtract;
class CPDF_TextPageFind;
diff --git a/core/src/fxcodec/jbig2/JBig2_GrrdProc.h b/core/src/fxcodec/jbig2/JBig2_GrrdProc.h
index 42b4eb66d9..5d8eabb164 100644
--- a/core/src/fxcodec/jbig2/JBig2_GrrdProc.h
+++ b/core/src/fxcodec/jbig2/JBig2_GrrdProc.h
@@ -11,7 +11,6 @@
class CJBig2_ArithDecoder;
class CJBig2_Image;
-class IFX_Pause;
struct JBig2ArithCtx;
class CJBig2_GRRDProc {
diff --git a/core/src/fxge/android/fpf_skiafont.h b/core/src/fxge/android/fpf_skiafont.h
index c88f2407c1..12d5fa520b 100644
--- a/core/src/fxge/android/fpf_skiafont.h
+++ b/core/src/fxge/android/fpf_skiafont.h
@@ -13,7 +13,6 @@
class CFPF_SkiaFontDescriptor;
class CFPF_SkiaFontMgr;
-class SkTypeface;
class CFPF_SkiaFont : public IFPF_Font {
public:
CFPF_SkiaFont();