From 9b61753963f16cc6cf48f388a2c24e064add4cbb Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Mon, 4 Apr 2011 23:15:06 +0000 Subject: 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 --- skia/ext/platform_device_linux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skia/ext/platform_device_linux.h') 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 -- cgit v1.1