diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 01:52:29 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 01:52:29 +0000 |
commit | 335db8d0ed06b83f44831b9684f8ab9132cfc3e9 (patch) | |
tree | b42c4d9ed2fba7f5b3cadc5082295cce73021ea8 /chrome/common/gfx/chrome_font.cc | |
parent | 7f4bfe196f0976c7151de206601860b47f913fcb (diff) | |
download | chromium_src-335db8d0ed06b83f44831b9684f8ab9132cfc3e9.zip chromium_src-335db8d0ed06b83f44831b9684f8ab9132cfc3e9.tar.gz chromium_src-335db8d0ed06b83f44831b9684f8ab9132cfc3e9.tar.bz2 |
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gfx/chrome_font.cc')
-rw-r--r-- | chrome/common/gfx/chrome_font.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/gfx/chrome_font.cc b/chrome/common/gfx/chrome_font.cc index 6600abe..062b578 100644 --- a/chrome/common/gfx/chrome_font.cc +++ b/chrome/common/gfx/chrome_font.cc @@ -51,7 +51,7 @@ int ChromeFont::style() const { return font_ref_->style(); } -gfx::NativeFont ChromeFont::nativeFont() const { +NativeFont ChromeFont::nativeFont() const { return hfont(); } |