diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-04-23 18:04:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-23 18:04:26 +0000 |
commit | b557bdcbd1584a7e37f8883b0fc491e0641cfc9c (patch) | |
tree | 447c0360d9f2f2555c1c2d19e6f8d7e007e58503 /fpdfsdk/fpdf_view_c_api_test.c | |
parent | 0784c7317e3aaa2c65d098cf2593b6b49986307d (diff) | |
download | pdfium-b557bdcbd1584a7e37f8883b0fc491e0641cfc9c.tar.xz |
Create FPDFPageObjMark_GetParamStringValue().
Bug: pdfium:1037
Change-Id: I05f992d2a4ee5a11b5c57ec51107c4b00011809c
Reviewed-on: https://pdfium-review.googlesource.com/31190
Reviewed-by: dsinclair <dsinclair@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 dd93095550..792acbe439 100644 --- a/fpdfsdk/fpdf_view_c_api_test.c +++ b/fpdfsdk/fpdf_view_c_api_test.c @@ -152,6 +152,7 @@ int CheckPDFiumCApi() { CHK(FPDFPageObjMark_GetParamKey); CHK(FPDFPageObjMark_GetParamValueType); CHK(FPDFPageObjMark_GetParamIntValue); + CHK(FPDFPageObjMark_GetParamStringValue); CHK(FPDFImageObj_LoadJpegFile); CHK(FPDFImageObj_LoadJpegFileInline); CHK(FPDFImageObj_SetMatrix); |