Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1179)

Unified Diff: Source/platform/graphics/GraphicsContext.cpp

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unused variables from signatures Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/platform/fonts/mac/SimpleFontDataMac.mm ('k') | Source/platform/graphics/filters/custom/CustomFilterMeshGenerator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698