diff options
Diffstat (limited to 'content/renderer/pepper/ppp_pdf.h')
-rw-r--r-- | content/renderer/pepper/ppp_pdf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/renderer/pepper/ppp_pdf.h b/content/renderer/pepper/ppp_pdf.h index 6ad67bf..3e52ad7 100644 --- a/content/renderer/pepper/ppp_pdf.h +++ b/content/renderer/pepper/ppp_pdf.h @@ -22,6 +22,8 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_PrivatePageTransformType, 4); struct PPP_Pdf_1 { // Returns an absolute URL if the position is over a link. + // Deprecated: The plugin now notifies the host when the cursor is over a + // link. PP_Var (*GetLinkAtPosition)(PP_Instance instance, PP_Point point); |