summaryrefslogtreecommitdiff
path: root/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h')
-rw-r--r--chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h b/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h
index 435aef4b10d..1fd41901103 100644
--- a/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h
+++ b/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.h
@@ -32,13 +32,13 @@ class CPDF_ContentMarkItem : public Retainable {
bool HasMCID() const;
void SetDirectDict(std::unique_ptr<CPDF_Dictionary> pDict);
- void SetPropertiesDict(CPDF_Dictionary* pDict,
- const ByteString& property_name);
+ void SetPropertiesHolder(CPDF_Dictionary* pHolder,
+ const ByteString& property_name);
private:
ByteString m_MarkName;
ParamType m_ParamType = None;
- UnownedPtr<CPDF_Dictionary> m_pPropertiesDict;
+ UnownedPtr<CPDF_Dictionary> m_pPropertiesHolder;
ByteString m_PropertyName;
std::unique_ptr<CPDF_Dictionary> m_pDirectDict;
};