aboutsummaryrefslogtreecommitdiff
path: root/constants/annotation_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'constants/annotation_common.h')
-rw-r--r--constants/annotation_common.h39
1 files changed, 21 insertions, 18 deletions
diff --git a/constants/annotation_common.h b/constants/annotation_common.h
index 471d24407..baf067748 100644
--- a/constants/annotation_common.h
+++ b/constants/annotation_common.h
@@ -1,4 +1,4 @@
-// Copyright 2019 PDFium Authors. All rights reserved.
+// Copyright 2019 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -8,23 +8,26 @@
namespace pdfium {
namespace annotation {
-// PDF 1.7 spec, table 8.15.
-// Entries common to all annotation dictionaries.
-
-constexpr char kType[] = "Type";
-constexpr char kSubtype[] = "Subtype";
-constexpr char kRect[] = "Rect";
-constexpr char kContents[] = "Contents";
-constexpr char kP[] = "P";
-constexpr char kNM[] = "NM";
-constexpr char kM[] = "M";
-constexpr char kF[] = "F";
-constexpr char kAP[] = "AP";
-constexpr char kAS[] = "AS";
-constexpr char kBorder[] = "Border";
-constexpr char kC[] = "C";
-constexpr char kStructParent[] = "StructParent";
-constexpr char kOC[] = "OC";
+extern const char kType[];
+extern const char kSubtype[];
+extern const char kRect[];
+extern const char kContents[];
+extern const char kP[];
+extern const char kNM[];
+extern const char kM[];
+extern const char kF[];
+extern const char kAP[];
+extern const char kAS[];
+extern const char kBorder[];
+extern const char kC[];
+extern const char kStructParent[];
+extern const char kOC[];
+
+extern const char kVertices[];
+
+extern const char kInkList[];
+
+extern const char kL[];
} // namespace annotation
} // namespace pdfium