summaryrefslogtreecommitdiff
path: root/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h')
-rw-r--r--chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h b/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h
index dc4cc08838b..c3dd60b5baa 100644
--- a/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h
+++ b/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmark.h
@@ -32,9 +32,9 @@ class CPDF_ContentMark {
void AddMark(ByteString name);
void AddMarkWithDirectDict(ByteString name, CPDF_Dictionary* pDict);
- void AddMarkWithPropertiesDict(ByteString name,
- CPDF_Dictionary* pDict,
- const ByteString& property_name);
+ void AddMarkWithPropertiesHolder(const ByteString& name,
+ CPDF_Dictionary* pHolder,
+ const ByteString& property_name);
bool RemoveMark(CPDF_ContentMarkItem* pMarkItem);
void DeleteLastMark();
size_t FindFirstDifference(const CPDF_ContentMark* other) const;
@@ -54,9 +54,9 @@ class CPDF_ContentMark {
int GetMarkedContentID() const;
void AddMark(ByteString name);
void AddMarkWithDirectDict(ByteString name, CPDF_Dictionary* pDict);
- void AddMarkWithPropertiesDict(ByteString name,
- CPDF_Dictionary* pDict,
- const ByteString& property_name);
+ void AddMarkWithPropertiesHolder(const ByteString& name,
+ CPDF_Dictionary* pHolder,
+ const ByteString& property_name);
bool RemoveMark(CPDF_ContentMarkItem* pMarkItem);
void DeleteLastMark();