From 673b90ad5b21a3d17e64ef65d7053d582920fcbe Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Wed, 10 Oct 2018 23:17:03 +0000 Subject: Rename CPDF_ContentMark to CPDF_ContentMarks. Also change variable names and member names of this type. This better reflects the fact that this class contains all the marks in a page objects, not just one mark. Change-Id: I4fe3d2620e78cbe423f18634f19fa82530d7efe1 Reviewed-on: https://pdfium-review.googlesource.com/c/43813 Reviewed-by: Lei Zhang Commit-Queue: Henrique Nakashima --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index da23f0b442..e0762c094d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -521,10 +521,10 @@ jumbo_static_library("fpdfapi") { "core/fpdfapi/page/cpdf_colorspace.h", "core/fpdfapi/page/cpdf_colorstate.cpp", "core/fpdfapi/page/cpdf_colorstate.h", - "core/fpdfapi/page/cpdf_contentmark.cpp", - "core/fpdfapi/page/cpdf_contentmark.h", "core/fpdfapi/page/cpdf_contentmarkitem.cpp", "core/fpdfapi/page/cpdf_contentmarkitem.h", + "core/fpdfapi/page/cpdf_contentmarks.cpp", + "core/fpdfapi/page/cpdf_contentmarks.h", "core/fpdfapi/page/cpdf_contentparser.cpp", "core/fpdfapi/page/cpdf_contentparser.h", "core/fpdfapi/page/cpdf_countedobject.h", -- cgit v1.2.3