Chromium Code Reviews| Index: src/animator/SkHitClear.cpp |
| =================================================================== |
| --- src/animator/SkHitClear.cpp (revision 8101) |
| +++ src/animator/SkHitClear.cpp (working copy) |
| @@ -19,7 +19,7 @@ |
| DEFINE_GET_MEMBER(SkHitClear); |
| -bool SkHitClear::enable(SkAnimateMaker& maker) { |
| +bool SkHitClear::enable(SkAnimateMaker&) { |
| for (int tIndex = 0; tIndex < targets.count(); tIndex++) { |
| SkDisplayable* target = targets[tIndex]; |
| target->clearBounder(); |