diff options
author | tsepez <tsepez@chromium.org> | 2016-12-02 10:53:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-02 10:53:30 -0800 |
commit | 0527ec571a8842b84f5161dc67f8da439e65eb12 (patch) | |
tree | d645df1008a5dcd6ea3224080cfc6f7779706c68 /xfa/fde/css/fde_css.h | |
parent | 8b6a0a540563c6308fa03df34c90257e0bb65598 (diff) | |
download | pdfium-0527ec571a8842b84f5161dc67f8da439e65eb12.tar.xz |
Rename IFX_Stream to IFGAS_Stream.
It's a separate hierarchy unrelated to the IFX_*Stream classes.
Also rename CFX_Stream to CFGAS_Stream, and so forth.
Review-Url: https://codereview.chromium.org/2535723010
Diffstat (limited to 'xfa/fde/css/fde_css.h')
-rw-r--r-- | xfa/fde/css/fde_css.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h index b9a0d2be5d..3c216290d2 100644 --- a/xfa/fde/css/fde_css.h +++ b/xfa/fde/css/fde_css.h @@ -751,7 +751,7 @@ class IFDE_CSSStyleSheet : public IFX_Retainable { static IFDE_CSSStyleSheet* LoadHTMLStandardStyleSheet(); static IFDE_CSSStyleSheet* LoadFromStream( const CFX_WideString& szUrl, - IFX_Stream* pStream, + IFGAS_Stream* pStream, uint16_t wCodePage, uint32_t dwMediaList = FDE_CSSMEDIATYPE_ALL); static IFDE_CSSStyleSheet* LoadFromBuffer( |