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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 211843004: Tunnel PWGRasterConfig capability to the ticket and to the utility process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « chrome/common/chrome_utility_messages.h ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f6b33f2932301c50dfddf08150cf2ec66c7f19d..84bfb20287dc662c046191ccd3c9a74102fe35b0 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -28,6 +28,7 @@ class MediaMetadataParser;
namespace printing {
class PdfRenderSettings;
+struct PwgRasterSettings;
struct PageRange;
}
@@ -62,6 +63,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
void OnRenderPDFPagesToPWGRaster(
IPC::PlatformFileForTransit pdf_transit,
const printing::PdfRenderSettings& settings,
+ const printing::PwgRasterSettings& bitmap_settings,
IPC::PlatformFileForTransit bitmap_transit);
void OnRobustJPEGDecodeImage(
const std::vector<unsigned char>& encoded_data);
@@ -88,6 +90,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
bool RenderPDFPagesToPWGRaster(
base::PlatformFile pdf_file,
const printing::PdfRenderSettings& settings,
+ const printing::PwgRasterSettings& bitmap_settings,
base::PlatformFile bitmap_file);
void OnGetPrinterCapsAndDefaults(const std::string& printer_name);
« no previous file with comments | « chrome/common/chrome_utility_messages.h ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698