summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx/chrome_font.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 01:52:29 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 01:52:29 +0000
commit335db8d0ed06b83f44831b9684f8ab9132cfc3e9 (patch)
treeb42c4d9ed2fba7f5b3cadc5082295cce73021ea8 /chrome/common/gfx/chrome_font.cc
parent7f4bfe196f0976c7151de206601860b47f913fcb (diff)
downloadchromium_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.cc2
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();
}