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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/efl/FontEfl.cpp b/WebCore/platform/graphics/efl/FontEfl.cpp
index 96d6a7b..d3ca183 100644
--- a/WebCore/platform/graphics/efl/FontEfl.cpp
+++ b/WebCore/platform/graphics/efl/FontEfl.cpp
@@ -40,6 +40,11 @@ void Font::drawComplexText(GraphicsContext*, const TextRun&, const FloatPoint&,
notImplemented();
}
+void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const
+{
+ notImplemented();
+}
+
bool Font::canReturnFallbackFontsForComplexText()
{
return false;