OSDN Git Service

Merge webkit.org at r54127 : Implement new overload of GraphicsContext::drawFocusRing...
authorSteve Block <steveblock@google.com>
Tue, 2 Feb 2010 18:47:02 +0000 (18:47 +0000)
committerSteve Block <steveblock@google.com>
Thu, 4 Feb 2010 22:48:38 +0000 (22:48 +0000)
See http://trac.webkit.org/changeset/53857

Change-Id: I9e8f980ef8ecccd206d56b73d5834dab74a96ee8

WebCore/platform/graphics/android/GraphicsContextAndroid.cpp

index fff87b7..76d3e73 100644 (file)
@@ -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());