Chromium Code Reviews| Index: chrome/utility/chrome_content_utility_client.h |
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h |
| index 8e6ba9747fcfd3ab7fa1f50e01cc8ce86fdd8bc7..e4f828146e83c2630cf017e00a231d11730110c0 100644 |
| --- a/chrome/utility/chrome_content_utility_client.h |
| +++ b/chrome/utility/chrome_content_utility_client.h |
| @@ -56,7 +56,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient { |
| void OnDecodeImage(const std::vector<unsigned char>& encoded_data); |
| void OnDecodeImageBase64(const std::string& encoded_data); |
| void OnRenderPDFPagesToMetafile( |
| - base::PlatformFile pdf_file, |
| + IPC::PlatformFileForTransit pdf_transit, |
| const base::FilePath& metafile_path, |
| const printing::PdfRenderSettings& settings, |
| const std::vector<printing::PageRange>& page_ranges); |
| @@ -82,7 +82,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient { |
| base::PlatformFile pdf_file, |
| const base::FilePath& metafile_path, |
| const printing::PdfRenderSettings& settings, |
| - const std::vector<printing::PageRange>& page_ranges, |
| + std::vector<printing::PageRange>* page_ranges, |
|
Lei Zhang
2014/05/20 03:39:29
update comment above
scottmg
2014/05/20 17:16:24
Done.
|
| int* highest_rendered_page_number, |
| double* scale_factor); |
| #endif // defined(OS_WIN) |