Index: Source/core/platform/graphics/Font.cpp |
diff --git a/Source/core/platform/graphics/Font.cpp b/Source/core/platform/graphics/Font.cpp |
index 3ba67d93f3a28aaae6fdd7adb7ce6b4ed78e10a2..166e0e2f52908017f7155e0a80a3f3ba04e6cbd1 100644 |
--- a/Source/core/platform/graphics/Font.cpp |
+++ b/Source/core/platform/graphics/Font.cpp |
@@ -247,7 +247,7 @@ float Font::width(const TextRun& run, int& charsConsumed, String& glyphName) con |
#if !OS(MACOSX) |
-PassOwnPtr<TextLayout> Font::createLayout(RenderText*, float, bool) const |
+PassOwnPtr<TextLayout> Font::createLayout(const TextRun&, unsigned, float, bool) const |
{ |
return nullptr; |
} |