Index: ppapi/c/private/ppb_pdf.h |
=================================================================== |
--- ppapi/c/private/ppb_pdf.h (revision 71882) |
+++ ppapi/c/private/ppb_pdf.h (working copy) |
@@ -130,6 +130,9 @@ |
// Notifies the browser that the given action has been performed. |
void (*UserMetricsRecordAction)(PP_Var action); |
+ |
+ // Notifies the browser that the PDF has an unsupported feature. |
+ void (*HasUnsupportedFeature)(PP_Instance instance); |
}; |
#endif // PPAPI_C_PRIVATE_PPB_PDF_H_ |