| Index: Source/platform/fonts/Font.cpp
|
| diff --git a/Source/platform/fonts/Font.cpp b/Source/platform/fonts/Font.cpp
|
| index e98a2c7eacdddda0d0a959977c5217890296f716..bc22d60f376ae3fffecf72eaf1d9071c5fe8a3d2 100644
|
| --- a/Source/platform/fonts/Font.cpp
|
| +++ b/Source/platform/fonts/Font.cpp
|
| @@ -259,13 +259,6 @@ float Font::width(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFo
|
| return result;
|
| }
|
|
|
| -float Font::width(const TextRun& run, int& charsConsumed, Glyph& glyphId) const
|
| -{
|
| - charsConsumed = run.length();
|
| - glyphId = 0;
|
| - return width(run);
|
| -}
|
| -
|
| namespace {
|
|
|
| template <bool hasOffsets>
|
|
|