| Index: printing/image_win.cc
|
| diff --git a/printing/image_win.cc b/printing/image_win.cc
|
| index be089dcb7196e4a77ebf3c65ee18fa2473085ffd..368812bdee9211cfa71890ed5ad1bd01be435f50 100644
|
| --- a/printing/image_win.cc
|
| +++ b/printing/image_win.cc
|
| @@ -1,9 +1,10 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| #include "printing/image.h"
|
|
|
| +#include "printing/metafile_impl.h"
|
| #include "skia/ext/platform_device.h"
|
| #include "ui/gfx/gdi_util.h" // EMF support
|
| #include "ui/gfx/rect.h"
|
| @@ -44,7 +45,7 @@ class DisableFontSmoothing {
|
|
|
| namespace printing {
|
|
|
| -bool Image::LoadMetafile(const NativeMetafile& metafile) {
|
| +bool Image::LoadMetafile(const Metafile& metafile) {
|
| gfx::Rect rect(metafile.GetPageBounds(1));
|
| DisableFontSmoothing disable_in_this_scope;
|
|
|
|
|