diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-04 23:15:06 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-04 23:15:06 +0000 |
commit | 9b61753963f16cc6cf48f388a2c24e064add4cbb (patch) | |
tree | 6fbae6593eb9465c320a5f35ebdaa24612818bb0 /skia/ext/platform_device_linux.h | |
parent | 22796b1a1791a0d1e84bf2d0eeba82d08d0687c1 (diff) | |
download | chromium_src-9b61753963f16cc6cf48f388a2c24e064add4cbb.zip chromium_src-9b61753963f16cc6cf48f388a2c24e064add4cbb.tar.gz chromium_src-9b61753963f16cc6cf48f388a2c24e064add4cbb.tar.bz2 |
Rename some printing classes and minor cleanups.
Rename:
PdfPsMetafile -> PdfMetafileCairo
PdfMetafile -> PdfMetafileCg (Mac)
VectorPlatformDevice -> VectorPlatformDeviceEmf/Cairo (Windows/Linux varients)
This is in preparation for VectorPlatformDeviceSkia.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6783036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/platform_device_linux.h')
-rw-r--r-- | skia/ext/platform_device_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/platform_device_linux.h b/skia/ext/platform_device_linux.h index 17cb67f..e40934b 100644 --- a/skia/ext/platform_device_linux.h +++ b/skia/ext/platform_device_linux.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -27,7 +27,7 @@ class PlatformDevice : public SkDevice { protected: // Forwards |bitmap| to SkDevice's constructor. - PlatformDevice(const SkBitmap& bitmap); + explicit PlatformDevice(const SkBitmap& bitmap); }; } // namespace skia |