| Index: core/fpdfapi/parser/cpdf_stream.h
|
| diff --git a/core/fpdfapi/parser/cpdf_stream.h b/core/fpdfapi/parser/cpdf_stream.h
|
| index 588714eadc0d68385e64bdacc5ea59d1c06994e2..73484d83359a06262a7afbc5242298078f03af97 100644
|
| --- a/core/fpdfapi/parser/cpdf_stream.h
|
| +++ b/core/fpdfapi/parser/cpdf_stream.h
|
| @@ -40,9 +40,9 @@ class CPDF_Stream : public CPDF_Object {
|
| void InitStreamFromFile(IFX_SeekableReadStream* pFile,
|
| CPDF_Dictionary* pDict);
|
|
|
| - FX_BOOL ReadRawData(FX_FILESIZE start_pos,
|
| - uint8_t* pBuf,
|
| - uint32_t buf_size) const;
|
| + bool ReadRawData(FX_FILESIZE start_pos,
|
| + uint8_t* pBuf,
|
| + uint32_t buf_size) const;
|
|
|
| bool IsMemoryBased() const { return m_bMemoryBased; }
|
|
|
|
|