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

Unified Diff: chrome/service/service_utility_process_host.cc

Issue 2114583002: Windows: Make it possible to print text with GDI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/service/service_utility_process_host.cc
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
index 51f8f51eefd652b6a2a28a732ebb5ee14d2a1506..04ba51fd17fbfaa34ff0e6e01184684d0a0c6cf6 100644
--- a/chrome/service/service_utility_process_host.cc
+++ b/chrome/service/service_utility_process_host.cc
@@ -99,7 +99,7 @@ class ServiceUtilityProcessHost::PdfToEmfState {
return false;
return host_->Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles(
IPC::TakePlatformFileForTransit(std::move(pdf_file)),
- conversion_settings));
+ conversion_settings, false /* print_text_with_gdi */));
}
void GetMorePages() {

Powered by Google App Engine
This is Rietveld 408576698