| Index: xfa/fde/css/fde_css.h
|
| diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h
|
| index d2b67d294e88cf3ffd2b5fe731f4f6f544465cb8..6a1b0d654330f42eaefc6aeb081699f03c033601 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();
|
|
|