Commit 3cb1e207 authored by zecke@webkit.org's avatar zecke@webkit.org

Unreviewed Qt build fix

git-svn-id: svn://svn.chromium.org/blink/trunk@42431 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3aabcb72
2009-04-13 Holger Hans Peter Freyther <zecke@selfish.org>
Unreviewed Qt build fix.
* platform/graphics/qt/FontQt.cpp:
(WebCore::Font::floatWidthForComplexText):
2009-04-12 Sam Weinig <sam@webkit.org> 2009-04-12 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe. Reviewed by Mark Rowe.
...@@ -183,7 +183,7 @@ void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const Float ...@@ -183,7 +183,7 @@ void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const Float
p->drawText(pt, string, flags, run.padding()); p->drawText(pt, string, flags, run.padding());
} }
float Font::floatWidthForComplexText(const TextRun& run) const float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*) const
{ {
if (!run.length()) if (!run.length())
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment