From 29d77cd449f8aaf1783d8d33f30453c400170f53 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 2 Feb 2010 18:38:22 +0000 Subject: [PATCH] Merge webkit.org at r54127 : Update GraphicsContext::drawFocusRing to reflect refactoring See http://trac.webkit.org/changeset/52632 Change-Id: I4bb5569de809169a9d170328ef1671a66a45929c --- WebCore/platform/graphics/android/GraphicsContextAndroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp index 9a86b840f..fff87b7be 100644 --- a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp +++ b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp @@ -891,7 +891,7 @@ void GraphicsContext::clearPlatformShadow() /////////////////////////////////////////////////////////////////////////////// -void GraphicsContext::drawFocusRing(const Color& color) +void GraphicsContext::drawFocusRing(const Vector&, int, int, const Color&) { // Do nothing, since we draw the focus ring independently. } -- 2.11.0