Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ppapi / thunk / ppb_pdf_api.h
index b7d6f78..a37da2b 100644 (file)
@@ -33,6 +33,7 @@ class PPB_PDF_API {
                                                float scale) = 0;
   virtual PP_Bool IsOutOfProcess() = 0;
   virtual void SetSelectedText(const char* selected_text) = 0;
+  virtual void SetLinkUnderCursor(const char* url) = 0;
 
   static const SingletonResourceID kSingletonResourceID = PDF_SINGLETON_ID;
 };