summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/wince/FontWince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/wince/FontWince.cpp')
-rw-r--r--WebCore/platform/graphics/wince/FontWince.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/wince/FontWince.cpp b/WebCore/platform/graphics/wince/FontWince.cpp
index 6c03712..f8b1886 100644
--- a/WebCore/platform/graphics/wince/FontWince.cpp
+++ b/WebCore/platform/graphics/wince/FontWince.cpp
@@ -235,7 +235,7 @@ void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const F
}
}
-float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts) const
+float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
{
TextRunComponents components;
int w = generateComponents(&components, *this, run);