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

Unified Diff: printing/pdf_ps_metafile_cairo.cc

Issue 6544028: Create a Factory for NativeMetafile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed NativeMetafileFactory class comments 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: printing/pdf_ps_metafile_cairo.cc
diff --git a/printing/pdf_ps_metafile_cairo.cc b/printing/pdf_ps_metafile_cairo.cc
index 798ee1608e5898ff9d78452e2bf067b9ddffb26e..707d47f48c25a0425a28d356fd55e95e42d46d6f 100644
--- a/printing/pdf_ps_metafile_cairo.cc
+++ b/printing/pdf_ps_metafile_cairo.cc
@@ -75,11 +75,6 @@ PdfPsMetafile::PdfPsMetafile()
surface_(NULL), context_(NULL) {
vandebo (ex-Chrome) 2011/02/23 02:01:41 style (I know you didn't make the mistake, but you
dpapad 2011/02/24 20:56:59 Done.
}
-PdfPsMetafile::PdfPsMetafile(const FileFormat& format)
- : format_(format),
- surface_(NULL), context_(NULL) {
-}
-
PdfPsMetafile::~PdfPsMetafile() {
// Releases all resources if we forgot to do so.
CleanUpAll();

Powered by Google App Engine
This is Rietveld 408576698