| Index: components/pdf/renderer/ppb_pdf_impl.cc
|
| diff --git a/components/pdf/renderer/ppb_pdf_impl.cc b/components/pdf/renderer/ppb_pdf_impl.cc
|
| index 85be05e154e7cdc024066fc6de90122eb1cae15a..aa0a33a05747ff4484f839353d301293d8aaf6b3 100644
|
| --- a/components/pdf/renderer/ppb_pdf_impl.cc
|
| +++ b/components/pdf/renderer/ppb_pdf_impl.cc
|
| @@ -330,7 +330,8 @@ void SetLinkUnderCursor(PP_Instance instance_id, const char* url) {
|
| instance->SetLinkUnderCursor(url);
|
| }
|
|
|
| -void GetV8ExternalSnapshotData(const char** natives_data_out,
|
| +void GetV8ExternalSnapshotData(PP_Instance instance_id,
|
| + const char** natives_data_out,
|
| int* natives_size_out,
|
| const char** snapshot_data_out,
|
| int* snapshot_size_out) {
|
|
|