diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/gfx/chrome_font_skia.cc | 1 |
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_; |