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

Unified Diff: src/animator/SkDrawExtraPathEffect.cpp

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/animator/SkDrawColor.cpp ('k') | src/animator/SkDrawGroup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDrawExtraPathEffect.cpp
===================================================================
--- src/animator/SkDrawExtraPathEffect.cpp (revision 8101)
+++ src/animator/SkDrawExtraPathEffect.cpp (working copy)
@@ -415,7 +415,7 @@
class SkExtraPathEffects : public SkExtras {
public:
- SkExtraPathEffects(SkAnimator* animator) :
+ SkExtraPathEffects() :
skDrawShape1DPathEffectType(SkType_Unknown),
skDrawShape2DPathEffectType(SkType_Unknown),
skDrawComposePathEffectType(SkType_Unknown),
@@ -504,9 +504,8 @@
SkDisplayTypes skDrawCornerPathEffectType;
};
-
void InitializeSkExtraPathEffects(SkAnimator* animator) {
- animator->addExtras(new SkExtraPathEffects(animator));
+ animator->addExtras(new SkExtraPathEffects());
}
////////////////
« no previous file with comments | « src/animator/SkDrawColor.cpp ('k') | src/animator/SkDrawGroup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698