| Index: core/fpdfapi/page/cpdf_contentmark.h
|
| diff --git a/core/fpdfapi/page/cpdf_contentmark.h b/core/fpdfapi/page/cpdf_contentmark.h
|
| index 485fe3b4c63f7cb309cffc8c2fd5eaa1807be185..154f19d529692e1ad52fd502f92ce8ef278a2565 100644
|
| --- a/core/fpdfapi/page/cpdf_contentmark.h
|
| +++ b/core/fpdfapi/page/cpdf_contentmark.h
|
| @@ -32,7 +32,7 @@ class CPDF_ContentMark {
|
| bool LookupMark(const CFX_ByteStringC& mark, CPDF_Dictionary*& pDict) const;
|
| void AddMark(const CFX_ByteString& name,
|
| CPDF_Dictionary* pDict,
|
| - FX_BOOL bDirect);
|
| + bool bDirect);
|
| void DeleteLastMark();
|
|
|
| explicit operator bool() const { return !!m_Ref; }
|
| @@ -51,7 +51,7 @@ class CPDF_ContentMark {
|
| int GetMCID() const;
|
| void AddMark(const CFX_ByteString& name,
|
| CPDF_Dictionary* pDict,
|
| - FX_BOOL bDictNeedClone);
|
| + bool bDictNeedClone);
|
| void DeleteLastMark();
|
|
|
| private:
|
|
|