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

Unified Diff: src/gpu/effects/GrEllipseEdgeEffect.h

Issue 12772003: Removed unused parameters (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months 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
« no previous file with comments | « src/core/SkScan_Hairline.cpp ('k') | src/views/SkViewPriv.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/effects/GrEllipseEdgeEffect.h
===================================================================
--- src/gpu/effects/GrEllipseEdgeEffect.h (revision 8101)
+++ src/gpu/effects/GrEllipseEdgeEffect.h (working copy)
@@ -38,7 +38,7 @@
private:
GrEllipseEdgeEffect();
- virtual bool onIsEqual(const GrEffect& other) const SK_OVERRIDE {
+ virtual bool onIsEqual(const GrEffect&) const SK_OVERRIDE {
return true;
}
« no previous file with comments | « src/core/SkScan_Hairline.cpp ('k') | src/views/SkViewPriv.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698