Chromium Code Reviews| Index: ppapi/c/private/ppb_pdf.h |
| diff --git a/ppapi/c/private/ppb_pdf.h b/ppapi/c/private/ppb_pdf.h |
| index fdd62fe3ffe7fb4b5aab548391a9dff3c79632b7..21baa71b1b05fda53f87465b8ace91e6da5b28b0 100644 |
| --- a/ppapi/c/private/ppb_pdf.h |
| +++ b/ppapi/c/private/ppb_pdf.h |
| @@ -169,6 +169,14 @@ struct PPB_PDF { |
| // Sets the link currently under the cursor. |
| void (*SetLinkUnderCursor)(PP_Instance instance, const char* url); |
| + |
| +#ifdef V8_USE_EXTERNAL_STARTUP_DATA |
|
raymes
2014/11/10 03:29:06
and here
baixo1
2014/11/10 15:59:48
Done.
|
| + void (*GetV8ExternalSnapshotData)(PP_Instance instance, |
| + const char** natives_data_out, |
| + int* natives_size_out, |
| + const char** snapshot_data_out, |
| + int* snapshot_size_out); |
| +#endif |
| }; |
| #endif // PPAPI_C_PRIVATE_PPB_PDF_H_ |