summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform')
-rw-r--r--WebCore/platform/graphics/android/GraphicsContextAndroid.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp
index fff87b7..76d3e73 100644
--- a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp
+++ b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp
@@ -896,6 +896,11 @@ void GraphicsContext::drawFocusRing(const Vector<IntRect>&, int, int, const Colo
// Do nothing, since we draw the focus ring independently.
}
+void GraphicsContext::drawFocusRing(const Vector<Path>&, int, int, const Color&)
+{
+ // Do nothing, since we draw the focus ring independently.
+}
+
PlatformGraphicsContext* GraphicsContext::platformContext() const
{
ASSERT(!paintingDisabled());