| Index: printing/printed_document_cairo.cc
|
| diff --git a/printing/printed_document_cairo.cc b/printing/printed_document_cairo.cc
|
| index cb9bbd0c1ae74c0004478f9df1d99bf8bcf7a9df..4851dddc0730cc0884f60ea8567b1c723786060a 100644
|
| --- a/printing/printed_document_cairo.cc
|
| +++ b/printing/printed_document_cairo.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace printing {
|
|
|
| -void PrintedDocument::RenderPrintedPage(
|
| +bool PrintedDocument::RenderPrintedPage(
|
| const PrintedPage& page, PrintingContext* context) const {
|
| #ifndef NDEBUG
|
| {
|
| @@ -32,6 +32,7 @@ void PrintedDocument::RenderPrintedPage(
|
| }
|
| }
|
| #endif // !defined(OS_CHROMEOS)
|
| + return true;
|
| }
|
|
|
| void PrintedDocument::DrawHeaderFooter(gfx::NativeDrawingContext context,
|
|
|