aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkHitClear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkHitClear.cpp')
-rw-r--r--src/animator/SkHitClear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkHitClear.cpp b/src/animator/SkHitClear.cpp
index 96b1747596..3ac521ae64 100644
--- a/src/animator/SkHitClear.cpp
+++ b/src/animator/SkHitClear.cpp
@@ -19,7 +19,7 @@ const SkMemberInfo SkHitClear::fInfo[] = {
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();