| Index: printing/printed_document_cairo.cc
|
| diff --git a/printing/printed_document_cairo.cc b/printing/printed_document_cairo.cc
|
| index cb9bbd0c1ae74c0004478f9df1d99bf8bcf7a9df..7675b963ddde5cfa9cbb7772c8f34c17fed5cb18 100644
|
| --- a/printing/printed_document_cairo.cc
|
| +++ b/printing/printed_document_cairo.cc
|
| @@ -28,7 +28,7 @@ void PrintedDocument::RenderPrintedPage(
|
| base::AutoLock lock(lock_);
|
| if (page.page_number() - 1 == mutable_.first_page) {
|
| reinterpret_cast<PrintingContextCairo*>(context)->PrintDocument(
|
| - page.native_metafile());
|
| + page.metafile());
|
| }
|
| }
|
| #endif // !defined(OS_CHROMEOS)
|
|
|