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

Unified Diff: chrome/service/service_utility_process_host.cc

Issue 6611032: Unifying NativeMetafile class interface (as much as possible) for Linux, Mac, Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restored pdf_ps_metafile_cairo.h class comment Created 9 years, 10 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 a340d8d394e6b248bafe41a932550c5862bc3496..92e12276ffc17fa275b10ab86246c6a74d14f61a 100644
--- a/chrome/service/service_utility_process_host.cc
+++ b/chrome/service/service_utility_process_host.cc
@@ -212,7 +212,7 @@ void ServiceUtilityProcessHost::Client::MetafileAvailable(
OnRenderPDFPagesToMetafileSucceeded(*metafile,
highest_rendered_page_number);
// Close it so that ScopedTempDir can delete the folder.
- metafile->CloseEmf();
+ metafile->Close();
}
#endif // defined(OS_WIN)
}

Powered by Google App Engine
This is Rietveld 408576698