| Index: skia/ext/platform_canvas.h
|
| diff --git a/skia/ext/platform_canvas.h b/skia/ext/platform_canvas.h
|
| index 11bc398a92d8041699b6496a3b7ad10707599bcc..3946c2f54cdda50d4ee7f5505172afe500bc5fc7 100644
|
| --- a/skia/ext/platform_canvas.h
|
| +++ b/skia/ext/platform_canvas.h
|
| @@ -111,15 +111,6 @@ SK_API SkBitmap ReadPixels(SkCanvas* canvas);
|
| // the pixmap to empty.
|
| SK_API bool GetWritablePixels(SkCanvas* canvas, SkPixmap* pixmap);
|
|
|
| -// Following routines are used in print preview workflow to mark the
|
| -// preview metafile.
|
| -SK_API SkMetaData& GetMetaData(const SkCanvas& canvas);
|
| -
|
| -#if defined(OS_MACOSX)
|
| -SK_API void SetIsPreviewMetafile(const SkCanvas& canvas, bool is_preview);
|
| -SK_API bool IsPreviewMetafile(const SkCanvas& canvas);
|
| -#endif
|
| -
|
| } // namespace skia
|
|
|
| #endif // SKIA_EXT_PLATFORM_CANVAS_H_
|
|
|