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

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: rebase again, resolve conflicts Created 4 years, 4 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_printing_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/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() {
« no previous file with comments | « chrome/common/chrome_utility_printing_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