summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-14 00:54:36 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-14 00:54:36 +0000
commit83c8b2e617624ae31eca10c57a3d75c1307e8fcd (patch)
tree78f9866d5d328228773066fcccd285d1ffbd987e /chrome/common/gfx
parentc6425130ab2e905b7d49b6d2cbb30275ca32fda1 (diff)
downloadchromium_src-83c8b2e617624ae31eca10c57a3d75c1307e8fcd.zip
chromium_src-83c8b2e617624ae31eca10c57a3d75c1307e8fcd.tar.gz
chromium_src-83c8b2e617624ae31eca10c57a3d75c1307e8fcd.tar.bz2
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
Diffstat (limited to 'chrome/common/gfx')
-rw-r--r--chrome/common/gfx/chrome_font_skia.cc1
1 files changed, 0 insertions, 1 deletions
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_;