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

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
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..45291efd19ef139ef6e66df483c70b176dd91229 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 BitmapTransformSettings;
struct PageRange;
}
@@ -62,6 +63,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
void OnRenderPDFPagesToPWGRaster(
IPC::PlatformFileForTransit pdf_transit,
const printing::PdfRenderSettings& settings,
+ const printing::BitmapTransformSettings& 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::BitmapTransformSettings& bitmap_settings,
base::PlatformFile bitmap_file);
void OnGetPrinterCapsAndDefaults(const std::string& printer_name);

Powered by Google App Engine
This is Rietveld 408576698