Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ppapi / c / private / ppb_pdf.h
index 20f975a..c0b570b 100644 (file)
@@ -166,6 +166,9 @@ struct PPB_PDF {
 
   // Sets the selected text of the plugin.
   void(*SetSelectedText)(PP_Instance instance, const char* selected_text);
+
+  // Sets the link currently under the cursor.
+  void (*SetLinkUnderCursor)(PP_Instance instance, const char* url);
 };
 
 #endif  // PPAPI_C_PRIVATE_PPB_PDF_H_