diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-04 09:38:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-04 09:38:55 -0700 |
commit | d80e0a7f9fb36503e872e022af65899d55080790 (patch) | |
tree | 37458c7943053af816672f50f83eb0837578f605 /xfa/fde | |
parent | f6919e95ed1445b4d6b46cf1039250e6613489b6 (diff) | |
download | pdfium-d80e0a7f9fb36503e872e022af65899d55080790.tar.xz |
Remove _FXBSTR* and calls to FX_BSTRC.
This CL removes _FXBSTR and changes FPDF_AbbrPair to hold
two FX_CHAR pointers. The two remaining uses of FX_BSTRC()
were in unused FDE_CSS defines which have been removed.
BUG=pdfium:151
Review URL: https://codereview.chromium.org/1847333004
Diffstat (limited to 'xfa/fde')
-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(); |