diff options
Diffstat (limited to 'xfa/fde/css')
-rw-r--r-- | xfa/fde/css/fde_css.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h index d2b67d294e..6a1b0d6543 100644 --- a/xfa/fde/css/fde_css.h +++ b/xfa/fde/css/fde_css.h @@ -459,8 +459,7 @@ class IFDE_CSSStyleSheet : public IFX_Unknown { virtual IFDE_CSSRule* GetRule(int32_t index) = 0; }; typedef CFX_ArrayTemplate<IFDE_CSSStyleSheet*> CFDE_CSSStyleSheetArray; -#define FDE_CSSUSERSTYLESHEET (FX_BSTRC("#USERSHEET")) -#define FDE_CSSUAGENTSTYLESHEET (FX_BSTRC("#AGENTSHEET")) + class IFDE_CSSStyleSheetCache { public: static IFDE_CSSStyleSheetCache* Create(); |