Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1689)

Unified Diff: ppapi/proxy/pdf_resource.h

Issue 554893002: [WORK_IN_PROGRESS] PDF::Save() fix for out-of-process-pdf. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better fix for constrained windows Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/private/pdf.cc ('k') | ppapi/proxy/pdf_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ppapi/cpp/private/pdf.cc ('k') | ppapi/proxy/pdf_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698