diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-01-12 10:27:16 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-01-12 19:22:47 +0000 |
commit | 98d00b230aa14924dfde2eba3aaf69f86d18a45b (patch) | |
tree | f52e00fa9e69be083ecbfcdf795d534e79f07005 /xfa/fde/css/fde_cssstyleselector.h | |
parent | 6cf5ecae75a5cd6fea9ae7f4e28cc28abb3e69c6 (diff) | |
download | pdfium-98d00b230aa14924dfde2eba3aaf69f86d18a45b.tar.xz |
Remove used items from the CSS code.chromium/2980
This Cl cleans up the property and property value definitions which are never
used in the FDE CSS parser code. A few other unused methods are also removed.
Change-Id: Ib5a316d9c877d87f1d5e0003de4d85d59eab087a
Reviewed-on: https://pdfium-review.googlesource.com/2175
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fde/css/fde_cssstyleselector.h')
-rw-r--r-- | xfa/fde/css/fde_cssstyleselector.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfa/fde/css/fde_cssstyleselector.h b/xfa/fde/css/fde_cssstyleselector.h index b20cdec8af..185ba75ba3 100644 --- a/xfa/fde/css/fde_cssstyleselector.h +++ b/xfa/fde/css/fde_cssstyleselector.h @@ -98,9 +98,10 @@ class CFDE_CSSStyleSelector { CFDE_CSSAccelerator* InitAccelerator(); IFDE_CSSComputedStyle* CreateComputedStyle( IFDE_CSSComputedStyle* pParentStyle); - int32_t MatchDeclarations(CXFA_CSSTagProvider* pTag, - CFDE_CSSDeclarationArray& matchedDecls, - FDE_CSSPseudo ePseudoType = FDE_CSSPseudo::NONE); + int32_t MatchDeclarations( + CXFA_CSSTagProvider* pTag, + CFX_ArrayTemplate<CFDE_CSSDeclaration*>& matchedDecls, + FDE_CSSPseudo ePseudoType = FDE_CSSPseudo::NONE); void ComputeStyle(CXFA_CSSTagProvider* pTag, const CFDE_CSSDeclaration** ppDeclArray, int32_t iDeclCount, |