| 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..6f0435b95b90d555d6d9f143fdf31c7758fbcf59 100644
|
| --- a/ppapi/c/private/ppb_pdf.h
|
| +++ b/ppapi/c/private/ppb_pdf.h
|
| @@ -144,7 +144,7 @@ struct PPB_PDF {
|
| void (*HasUnsupportedFeature)(PP_Instance instance);
|
|
|
| // Invoke SaveAs... dialog, similar to the right-click or wrench menu.
|
| - void (*SaveAs)(PP_Instance instance);
|
| + void (*SaveAs)(PP_Instance instance, PP_Var url);
|
|
|
| // Invoke Print dialog for plugin.
|
| void (*Print)(PP_Instance instance);
|
|
|