diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/page_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/page_object.h b/constants/page_object.h index b7f927b56f..8a41b8cf5d 100644 --- a/constants/page_object.h +++ b/constants/page_object.h @@ -16,6 +16,8 @@ constexpr char kParent[] = "Parent"; constexpr char kResources[] = "Resources"; constexpr char kMediaBox[] = "MediaBox"; constexpr char kCropBox[] = "CropBox"; +constexpr char kBleedBox[] = "BleedBox"; +constexpr char kTrimBox[] = "TrimBox"; constexpr char kArtBox[] = "ArtBox"; constexpr char kContents[] = "Contents"; constexpr char kRotate[] = "Rotate"; |