Chromium Code Reviews| Index: Source/platform/graphics/GraphicsContext.cpp |
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
| index 23d116a6f36568e12714a76fcf3774839646c3eb..f4f295b651ee3276b45e6dd4820a6eb16f6bd194 100644 |
| --- a/Source/platform/graphics/GraphicsContext.cpp |
| +++ b/Source/platform/graphics/GraphicsContext.cpp |
| @@ -613,11 +613,9 @@ void GraphicsContext::drawEllipse(const IntRect& elipseRect) |
| } |
| } |
| -void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& color) |
| +void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int, const Color& color) |
| { |
| // FIXME: Implement support for offset. |
|
Nico
2013/12/08 20:21:33
Since it's referenced in a comment, maybe keep the
|
| - UNUSED_PARAM(offset); |
| - |
| if (paintingDisabled()) |
| return; |