Chromium Code Reviews| Index: printing/metafile_skia_wrapper.h |
| diff --git a/printing/metafile_skia_wrapper.h b/printing/metafile_skia_wrapper.h |
| index 40e26e82786d1fb15b0c220a9047e1c94025d653..2a65acbbd313020b8b8dfabedfd8572bf9c5dbe3 100644 |
| --- a/printing/metafile_skia_wrapper.h |
| +++ b/printing/metafile_skia_wrapper.h |
| @@ -28,6 +28,12 @@ class PRINTING_EXPORT MetafileSkiaWrapper : public SkRefCnt { |
| static bool GetDraftMode(SkCanvas* canvas); |
| +#if defined(OS_MACOSX) || defined(OS_WIN) |
| + static void SetIsPreviewMetafile(SkCanvas* canvas, bool is_preview); |
|
vandebo (ex-Chrome)
2011/09/26 17:33:05
These (and DraftMode) should probably live in Plat
kmadhusu
2011/09/26 20:42:22
Done.
|
| + |
| + static bool IsPreviewMetafile(SkCanvas* canvas); |
| +#endif |
| + |
| private: |
| explicit MetafileSkiaWrapper(Metafile* metafile); |