| Index: printing/image_mac.cc
|
| ===================================================================
|
| --- printing/image_mac.cc (revision 142466)
|
| +++ printing/image_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.
|
|
|
| @@ -35,7 +35,7 @@
|
|
|
| metafile.RenderPage(page_number, bitmap_context,
|
| CGRectMake(0, 0, size_.width(), size_.height()),
|
| - true, false, false, false);
|
| + true, false, false, false, false);
|
|
|
| return true;
|
| }
|
|
|