OSDN Git Service

Merge webkit.org at r54127 : Update GraphicsContext::drawFocusRing to reflect refactoring
authorSteve Block <steveblock@google.com>
Tue, 2 Feb 2010 18:38:22 +0000 (18:38 +0000)
committerSteve Block <steveblock@google.com>
Thu, 4 Feb 2010 22:39:56 +0000 (22:39 +0000)
See http://trac.webkit.org/changeset/52632

Change-Id: I4bb5569de809169a9d170328ef1671a66a45929c

WebCore/platform/graphics/android/GraphicsContextAndroid.cpp

index 9a86b84..fff87b7 100644 (file)
@@ -891,7 +891,7 @@ void GraphicsContext::clearPlatformShadow()
 
 ///////////////////////////////////////////////////////////////////////////////
 
-void GraphicsContext::drawFocusRing(const Color& color)
+void GraphicsContext::drawFocusRing(const Vector<IntRect>&, int, int, const Color&)
 {
     // Do nothing, since we draw the focus ring independently.
 }