diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-07-13 19:47:22 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-13 19:47:22 +0000 |
commit | fed4adb003db228ac7fbc0510a21c25b50ae0cab (patch) | |
tree | f9a73333d86d5abb1cf890e320f0800a2dd875c9 /fpdfsdk/fpdf_view_c_api_test.c | |
parent | a34067721d6630975c356a621a12753bbdab1cdb (diff) | |
download | pdfium-fed4adb003db228ac7fbc0510a21c25b50ae0cab.tar.xz |
Create API to remove a content mark from a page object.
- FPDFPageObj_RemoveMark()
Bug: pdfium:1037
Change-Id: I7ff320261d64e3ead45375ccc72301e7c64dd6e3
Reviewed-on: https://pdfium-review.googlesource.com/37710
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdf_view_c_api_test.c')
-rw-r--r-- | fpdfsdk/fpdf_view_c_api_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdf_view_c_api_test.c b/fpdfsdk/fpdf_view_c_api_test.c index a89bc2e775..96c9bfe289 100644 --- a/fpdfsdk/fpdf_view_c_api_test.c +++ b/fpdfsdk/fpdf_view_c_api_test.c @@ -162,6 +162,7 @@ int CheckPDFiumCApi() { CHK(FPDFPageObj_HasTransparency); CHK(FPDFPageObj_NewImageObj); CHK(FPDFPageObj_NewTextObj); + CHK(FPDFPageObj_RemoveMark); CHK(FPDFPageObj_SetBlendMode); CHK(FPDFPageObj_SetFillColor); CHK(FPDFPageObj_SetLineCap); |