summaryrefslogtreecommitdiff
path: root/xfa/fde/css/fde_css.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-04-15 14:44:20 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-15 14:44:20 -0700
commitdb152695e49c24083874a5e3639a5f967b69b0f3 (patch)
treea2891a0dc380b15f4313be465112805bef83d550 /xfa/fde/css/fde_css.h
parente0ad6a4af5d9c5f5671a9ecd0aa437dedae52b16 (diff)
downloadpdfium-db152695e49c24083874a5e3639a5f967b69b0f3.tar.xz
Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache.
Review URL: https://codereview.chromium.org/1896553004
Diffstat (limited to 'xfa/fde/css/fde_css.h')
-rw-r--r--xfa/fde/css/fde_css.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h
index f1a8ee93c9..566a94710c 100644
--- a/xfa/fde/css/fde_css.h
+++ b/xfa/fde/css/fde_css.h
@@ -23,7 +23,6 @@ class IFDE_CSSRule;
class IFDE_CSSSelector;
class IFDE_CSSStyleSelector;
class IFDE_CSSStyleSheet;
-class IFDE_CSSStyleSheetCache;
class IFDE_CSSSyntaxParser;
class IFDE_CSSTagProvider;
class IFDE_CSSValue;
@@ -453,18 +452,6 @@ class IFDE_CSSStyleSheet : public IFX_Unknown {
};
typedef CFX_ArrayTemplate<IFDE_CSSStyleSheet*> CFDE_CSSStyleSheetArray;
-class IFDE_CSSStyleSheetCache {
- public:
- static IFDE_CSSStyleSheetCache* Create();
- virtual ~IFDE_CSSStyleSheetCache() {}
- virtual void Release() = 0;
- virtual void SetMaxItems(int32_t iMaxCount = 5) = 0;
- virtual void AddStyleSheet(const CFX_ByteStringC& szKey,
- IFDE_CSSStyleSheet* pStyleSheet) = 0;
- virtual IFDE_CSSStyleSheet* GetStyleSheet(
- const CFX_ByteStringC& szKey) const = 0;
- virtual void RemoveStyleSheet(const CFX_ByteStringC& szKey) = 0;
-};
enum FDE_CSSSYNTAXSTATUS {
FDE_CSSSYNTAXSTATUS_Error,
FDE_CSSSYNTAXSTATUS_EOS,