| Index: ppapi/proxy/pdf_resource.h
|
| diff --git a/ppapi/proxy/pdf_resource.h b/ppapi/proxy/pdf_resource.h
|
| index 46f7cbed0fc3500c4c39fba532e476e03165e980..fb23d398176d8c8f84705c54e14ec67f1f53a57f 100644
|
| --- a/ppapi/proxy/pdf_resource.h
|
| +++ b/ppapi/proxy/pdf_resource.h
|
| @@ -49,7 +49,7 @@ class PPAPI_PROXY_EXPORT PDFResource
|
| virtual void UserMetricsRecordAction(const PP_Var& action) OVERRIDE;
|
| virtual void HasUnsupportedFeature() OVERRIDE;
|
| virtual void Print() OVERRIDE;
|
| - virtual void SaveAs() OVERRIDE;
|
| + virtual void SaveAs(const PP_Var& url) OVERRIDE;
|
| virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
|
| virtual PP_Resource GetResourceImageForScale(PP_ResourceImage image_id,
|
| float scale) OVERRIDE;
|
|
|