summaryrefslogtreecommitdiff
path: root/public/fpdf_doc.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-11-20 10:47:32 -0800
committerTom Sepez <tsepez@chromium.org>2015-11-20 10:47:32 -0800
commit326a2a78aaf7e0146bfcd283da888c08e34143f8 (patch)
treed43911b00e90c777b8c8365513d0abc942feef6d /public/fpdf_doc.h
parenta4754b4d4ebc5e518a1d1363648042a5c7add544 (diff)
downloadpdfium-326a2a78aaf7e0146bfcd283da888c08e34143f8.tar.xz
Make XFA public more closely match master.
There will be significant differences, but these are the minor ones. I removed a comment that doesn't seem to add a lot of value. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1465723002 .
Diffstat (limited to 'public/fpdf_doc.h')
-rw-r--r--public/fpdf_doc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h
index 49793e6b19..de05eb3a59 100644
--- a/public/fpdf_doc.h
+++ b/public/fpdf_doc.h
@@ -207,10 +207,6 @@ DLLEXPORT unsigned long STDCALL FPDFDest_GetPageIndex(FPDF_DOCUMENT document,
// convert coordinates from screen system to page system using
// FPDF_DeviceToPage().
//
-// Notes:
-// The method can not support this feature for the document consists of
-// dynamic XFA fields.
-//
DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page,
double x,
double y);
@@ -231,11 +227,6 @@ DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page,
// convert coordinates from screen system to page system using
// FPDF_DeviceToPage().
//
-// Notes:
-// The method can not support this feature for the document consists of
-// dynamic XFA fields.
-//
-//
DLLEXPORT int STDCALL
FPDFLink_GetLinkZOrderAtPoint(FPDF_PAGE page, double x, double y);
@@ -275,9 +266,6 @@ DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link);
// linkAnnot[out] - Receive the link handle.
// Return value:
// TRUE if succceed, else False;
-// Notes:
-// The method can not support this feature for the document consists of
-// dynamic XFA fields.
//
DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(FPDF_PAGE page,
int* startPos,