| Index: core/fpdfapi/page/cpdf_contentmark.cpp
|
| diff --git a/core/fpdfapi/page/cpdf_contentmark.cpp b/core/fpdfapi/page/cpdf_contentmark.cpp
|
| index 4e8625b9400cd1ea680536c5230e657d25c3ab2e..d60e144d6e4e74ac48e80855c8537cc1f61d2e5d 100644
|
| --- a/core/fpdfapi/page/cpdf_contentmark.cpp
|
| +++ b/core/fpdfapi/page/cpdf_contentmark.cpp
|
| @@ -35,7 +35,7 @@ int CPDF_ContentMark::GetMCID() const {
|
|
|
| void CPDF_ContentMark::AddMark(const CFX_ByteString& name,
|
| CPDF_Dictionary* pDict,
|
| - FX_BOOL bDirect) {
|
| + bool bDirect) {
|
| m_Ref.GetPrivateCopy()->AddMark(name, pDict, bDirect);
|
| }
|
|
|
| @@ -104,7 +104,7 @@ int CPDF_ContentMark::MarkData::GetMCID() const {
|
|
|
| void CPDF_ContentMark::MarkData::AddMark(const CFX_ByteString& name,
|
| CPDF_Dictionary* pDict,
|
| - FX_BOOL bDirect) {
|
| + bool bDirect) {
|
| CPDF_ContentMarkItem item;
|
| item.SetName(name);
|
| if (pDict) {
|
|
|