Index: chrome/browser/local_discovery/privet_http_impl.h |
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h |
index 082c3a1a26bcbdc0ff793e063018108fd41876f4..26ae449558f4f7e2db258991ba71c79daa3ee6a0 100644 |
--- a/chrome/browser/local_discovery/privet_http_impl.h |
+++ b/chrome/browser/local_discovery/privet_http_impl.h |
@@ -15,6 +15,10 @@ |
#include "components/cloud_devices/cloud_device_description.h" |
#include "printing/pdf_render_settings.h" |
+namespace printing { |
+struct BitmapTransformSettings; |
+}; |
+ |
namespace local_discovery { |
class PrivetHTTPClientImpl; |
@@ -247,6 +251,8 @@ class PrivetLocalPrintOperationImpl |
void OnCreatejobResponse(bool has_error, |
const base::DictionaryValue* value); |
void OnPWGRasterConverted(bool success, const base::FilePath& pwg_file_path); |
+ void FillBitmapTransformSettings( |
+ printing::BitmapTransformSettings* transfrom_settings); |
PrivetHTTPClientImpl* privet_client_; |
PrivetLocalPrintOperation::Delegate* delegate_; |