Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index 23d116a6f36568e12714a76fcf3774839646c3eb..400eb53b88bd9000a35ca3bbd2a69a77970c4abc 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -616,8 +616,6 @@ void GraphicsContext::drawEllipse(const IntRect& elipseRect) |
void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& color) |
{ |
// FIXME: Implement support for offset. |
- UNUSED_PARAM(offset); |
- |
if (paintingDisabled()) |
return; |