From 7b0800e844e66b5ec6d429b04c968b631ce8c2f3 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 2 Feb 2010 18:47:02 +0000 Subject: [PATCH] Merge webkit.org at r54127 : Implement new overload of GraphicsContext::drawFocusRing on Android See http://trac.webkit.org/changeset/53857 Change-Id: I9e8f980ef8ecccd206d56b73d5834dab74a96ee8 --- WebCore/platform/graphics/android/GraphicsContextAndroid.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp index fff87b7be..76d3e7316 100644 --- a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp +++ b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp @@ -896,6 +896,11 @@ void GraphicsContext::drawFocusRing(const Vector&, int, int, const Colo // Do nothing, since we draw the focus ring independently. } +void GraphicsContext::drawFocusRing(const Vector&, int, int, const Color&) +{ + // Do nothing, since we draw the focus ring independently. +} + PlatformGraphicsContext* GraphicsContext::platformContext() const { ASSERT(!paintingDisabled()); -- 2.11.0