Chromium Code Reviews| 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(); |