| Index: xfa/fde/css/fde_css.h
|
| diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h
|
| index b9a0d2be5d01a11a7e5aa949cb4e6a1f22954b8f..3c216290d2960326cfb083ab46155c665f0b054e 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(
|
|
|