diff options
| author | Steve Block <steveblock@google.com> | 2010-02-02 18:38:22 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2010-02-04 22:39:56 +0000 |
| commit | 29d77cd449f8aaf1783d8d33f30453c400170f53 (patch) | |
| tree | 6cec893dded39d61f492aee63950cd9654116886 | |
| parent | b5909d0379f5d5440e8c0596b1c7ddc564284be6 (diff) | |
| download | external_webkit-29d77cd449f8aaf1783d8d33f30453c400170f53.zip external_webkit-29d77cd449f8aaf1783d8d33f30453c400170f53.tar.gz external_webkit-29d77cd449f8aaf1783d8d33f30453c400170f53.tar.bz2 | |
Merge webkit.org at r54127 : Update GraphicsContext::drawFocusRing to reflect refactoring
See http://trac.webkit.org/changeset/52632
Change-Id: I4bb5569de809169a9d170328ef1671a66a45929c
| -rw-r--r-- | WebCore/platform/graphics/android/GraphicsContextAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp index 9a86b84..fff87b7 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<IntRect>&, int, int, const Color&) { // Do nothing, since we draw the focus ring independently. } |
