| Index: printing/metafile_impl.h
|
| diff --git a/printing/metafile_impl.h b/printing/metafile_impl.h
|
| index 9fb2307131d2f7f01f61a197375a1272220fe898..6e8578e6b7d1cd3cc18cd8df2f7c41fcd9f2b332 100644
|
| --- a/printing/metafile_impl.h
|
| +++ b/printing/metafile_impl.h
|
| @@ -13,13 +13,9 @@
|
|
|
| namespace printing {
|
|
|
| -#if defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
| -typedef Emf NativeMetafile;
|
| -typedef PdfMetafileSkia PreviewMetafile;
|
| -#else
|
| +// TODO(vitalybuka) Remove following typedefs and replace with PdfMetafileSkia.
|
| typedef PdfMetafileSkia NativeMetafile;
|
| typedef PdfMetafileSkia PreviewMetafile;
|
| -#endif
|
|
|
| } // namespace printing
|
|
|
|
|