| Index: printing/emf_win.h
|
| diff --git a/printing/emf_win.h b/printing/emf_win.h
|
| index 080025061fe1d67693b810e1a3c432bbbe9d9f11..2f0772f3f8033430eda6dc84f9101b1d2a5f78df 100644
|
| --- a/printing/emf_win.h
|
| +++ b/printing/emf_win.h
|
| @@ -98,6 +98,10 @@ class PRINTING_EXPORT Emf : public Metafile {
|
| // metafile. Returns NULL if fails.
|
| Emf* RasterizeMetafile(int raster_area_in_pixels) const;
|
|
|
| + // Returns new metafile where AlphaBlend replaced by bitmaps. Returns NULL
|
| + // if fails.
|
| + Emf* RasterizeAlphaBlend() const;
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(EmfTest, DC);
|
| FRIEND_TEST_ALL_PREFIXES(EmfPrintingTest, PageBreak);
|
|
|