From ff7560d747b007c4c7921333e9ec4c780ad31cf3 Mon Sep 17 00:00:00 2001 From: "dglazkov@google.com" Date: Fri, 29 Aug 2008 22:39:39 +0000 Subject: Temporarily moved Font::isCJKCodePoint back to SimpleFontData::isCJKCodePoint TBR git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1558 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/port') diff --git a/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp b/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp index 185aa44..de73a83 100644 --- a/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp +++ b/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp @@ -162,7 +162,7 @@ static bool FillBMPGlyphs(UChar* buffer, glyph = 0; glyphFontData = 0; } else { - if (Font::isCJKCodePoint(c)) + if (SimpleFontData::isCJKCodePoint(c)) glyphFontData = fontData->cjkWidthFontData(); have_glyphs = true; } -- cgit v1.1