| Index: printing/printed_document_mac.cc
|
| ===================================================================
|
| --- printing/printed_document_mac.cc (revision 142466)
|
| +++ printing/printed_document_mac.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -33,7 +33,7 @@
|
| // Each Metafile is a one-page PDF, and pages use 1-based indexing.
|
| const int page_number = 1;
|
| metafile->RenderPage(page_number, context, content_area.ToCGRect(),
|
| - false, false, false, false);
|
| + false, false, false, false, true);
|
| }
|
|
|
| } // namespace printing
|
|
|