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_cssstylesheet.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_cssstylesheet.h')
-rw-r--r-- | xfa/fde/css/fde_cssstylesheet.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fde/css/fde_cssstylesheet.h b/xfa/fde/css/fde_cssstylesheet.h index c00be4384a..0d038c9eb5 100644 --- a/xfa/fde/css/fde_cssstylesheet.h +++ b/xfa/fde/css/fde_cssstylesheet.h @@ -100,9 +100,6 @@ class CFDE_CSSStyleSheet : public IFDE_CSSStyleSheet { int32_t CountRules() const override; IFDE_CSSRule* GetRule(int32_t index) override; - bool LoadFromStream(const CFX_WideString& szUrl, - const CFX_RetainPtr<IFGAS_Stream>& pStream, - uint16_t wCodePage); bool LoadFromBuffer(const CFX_WideString& szUrl, const FX_WCHAR* pBuffer, int32_t iBufSize, @@ -121,6 +118,7 @@ class CFDE_CSSStyleSheet : public IFDE_CSSStyleSheet { CFDE_CSSSyntaxParser* pSyntax, CFX_MassArrayTemplate<IFDE_CSSRule*>& ruleArray); FDE_CSSSyntaxStatus SkipRuleSet(CFDE_CSSSyntaxParser* pSyntax); + uint16_t m_wCodePage; uint16_t m_wRefCount; uint32_t m_dwMediaList; |