| Index: printing/pdf_metafile_cg_mac.h
|
| diff --git a/printing/pdf_metafile_cg_mac.h b/printing/pdf_metafile_cg_mac.h
|
| index 7d64f09e45196b07d08a0acc4c8e7549ad7ab78f..8992a8c668336072139b64523751011ecfa042c0 100644
|
| --- a/printing/pdf_metafile_cg_mac.h
|
| +++ b/printing/pdf_metafile_cg_mac.h
|
| @@ -69,14 +69,6 @@
|
| bool center_vertically = false;
|
| bool autorotate = false;
|
| };
|
| - // Renders the given page from this metafile into |rect| in the given context.
|
| - // Pages use a 1-based index. The rendering uses the arguments in
|
| - // |params| to determine scaling, translation, and rotation.
|
| - bool OnRenderPage(unsigned int page_number,
|
| - CGContextRef context,
|
| - const CGRect rect,
|
| - const RenderPageParams& params);
|
| -
|
| // Renders the given page from |src_buffer| into |rect| in the given context.
|
| // Pages use a 1-based index. The rendering uses the arguments in
|
| // |params| to determine scaling, translation, and rotation.
|
|
|