| Index: core/fpdfapi/parser/cpdf_stream.h
|
| diff --git a/core/fpdfapi/parser/cpdf_stream.h b/core/fpdfapi/parser/cpdf_stream.h
|
| index ddf7cc5b693e69a3b5c36063ec36c0fcd42172fb..c4f9aacf2b48afbee0e85e2c57e62d3306f62790 100644
|
| --- a/core/fpdfapi/parser/cpdf_stream.h
|
| +++ b/core/fpdfapi/parser/cpdf_stream.h
|
| @@ -46,6 +46,7 @@ class CPDF_Stream : public CPDF_Object {
|
| uint32_t buf_size) const;
|
|
|
| bool IsMemoryBased() const { return m_bMemoryBased; }
|
| + bool HasFilter() const;
|
|
|
| protected:
|
| std::unique_ptr<CPDF_Object> CloneNonCyclic(
|
|
|