summaryrefslogtreecommitdiffstats
path: root/ppapi/c/private/ppb_pdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/private/ppb_pdf.h')
-rw-r--r--ppapi/c/private/ppb_pdf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/c/private/ppb_pdf.h b/ppapi/c/private/ppb_pdf.h
index 318c21d..3e708dd 100644
--- a/ppapi/c/private/ppb_pdf.h
+++ b/ppapi/c/private/ppb_pdf.h
@@ -172,7 +172,8 @@ struct PPB_PDF {
// Gets pointers to both the mmap'd V8 snapshot files and their sizes.
// This is needed when loading V8's initial snapshot from external files.
- void (*GetV8ExternalSnapshotData)(const char** natives_data_out,
+ void (*GetV8ExternalSnapshotData)(PP_Instance instance,
+ const char** natives_data_out,
int* natives_size_out,
const char** snapshot_data_out,
int* snapshot_size_out);