summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/efl/FontEfl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/efl/FontEfl.cpp')
-rw-r--r--WebCore/platform/graphics/efl/FontEfl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/efl/FontEfl.cpp b/WebCore/platform/graphics/efl/FontEfl.cpp
index 2aeb397..96d6a7b 100644
--- a/WebCore/platform/graphics/efl/FontEfl.cpp
+++ b/WebCore/platform/graphics/efl/FontEfl.cpp
@@ -51,13 +51,13 @@ float Font::floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontDat
return 0.0f;
}
-int Font::offsetForPositionForComplexText(const TextRun&, int, bool) const
+int Font::offsetForPositionForComplexText(const TextRun&, float, bool) const
{
notImplemented();
return 0;
}
-FloatRect Font::selectionRectForComplexText(const TextRun&, const IntPoint&, int, int, int) const
+FloatRect Font::selectionRectForComplexText(const TextRun&, const FloatPoint&, int, int, int) const
{
notImplemented();
return FloatRect();