| Index: core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_object.h b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| index 1ba38a946e33fb63578ca2363d617d359300d698..802cbbc63893c2e5b19b86c933cded9852823014 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| +++ b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| @@ -22,6 +22,7 @@ class CPDF_String;
|
|
|
| class CPDF_Object {
|
| public:
|
| + static const uint32_t kInvalidObjNum = static_cast<uint32_t>(-1);
|
| enum Type {
|
| BOOLEAN = 1,
|
| NUMBER,
|
|
|