| Index: printing/pdf_metafile_skia.h
|
| ===================================================================
|
| --- printing/pdf_metafile_skia.h (revision 142466)
|
| +++ printing/pdf_metafile_skia.h (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.
|
|
|
| @@ -63,7 +63,8 @@
|
| bool shrink_to_fit,
|
| bool stretch_to_fit,
|
| bool center_horizontally,
|
| - bool center_vertically) const OVERRIDE;
|
| + bool center_vertically,
|
| + bool autorotate) const OVERRIDE;
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|