Index: fpdfsdk/fpdfview_c_api_test.c |
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c |
index 4847180e461448288bae8e847d3056e65eeea2da..a48ddb981c0f515146bfcba70ff2b0277eadc773 100644 |
--- a/fpdfsdk/fpdfview_c_api_test.c |
+++ b/fpdfsdk/fpdfview_c_api_test.c |
@@ -54,6 +54,7 @@ int CheckPDFiumCApi() { |
CHK(FPDFAction_GetFilePath); |
CHK(FPDFAction_GetURIPath); |
CHK(FPDFDest_GetPageIndex); |
+ CHK(FPDFDest_GetLocationInPage); |
CHK(FPDFLink_GetLinkAtPoint); |
CHK(FPDFLink_GetLinkZOrderAtPoint); |
CHK(FPDFLink_GetDest); |