From 83c8b2e617624ae31eca10c57a3d75c1307e8fcd Mon Sep 17 00:00:00 2001 From: "jar@chromium.org" Date: Sat, 14 Mar 2009 00:54:36 +0000 Subject: Revert 11689 and 11690 Review URL: http://codereview.chromium.org/46068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11691 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/gfx/chrome_font_skia.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/common') diff --git a/chrome/common/gfx/chrome_font_skia.cc b/chrome/common/gfx/chrome_font_skia.cc index c77b5b9..bd83a61 100644 --- a/chrome/common/gfx/chrome_font_skia.cc +++ b/chrome/common/gfx/chrome_font_skia.cc @@ -58,7 +58,6 @@ void ChromeFont::calculateMetrics() { void ChromeFont::CopyChromeFont(const ChromeFont& other) { typeface_helper_.reset(new SkAutoUnref(other.typeface_)); typeface_ = other.typeface_; - typeface_->ref(); font_name_ = other.font_name_; font_size_ = other.font_size_; style_ = other.style_; -- cgit v1.1