| Index: src/animator/SkDump.cpp
|
| ===================================================================
|
| --- src/animator/SkDump.cpp (revision 8101)
|
| +++ src/animator/SkDump.cpp (working copy)
|
| @@ -135,7 +135,7 @@
|
|
|
| DEFINE_GET_MEMBER(SkDump);
|
|
|
| -bool SkDump::enable(SkAnimateMaker& maker ) {
|
| +bool SkDump::enable(SkAnimateMaker&) {
|
| return true;
|
| }
|
|
|
| @@ -143,7 +143,7 @@
|
| return true;
|
| }
|
|
|
| -bool SkDump::setProperty(int index, SkScriptValue& ) {
|
| +bool SkDump::setProperty(int index, SkScriptValue&) {
|
| return index <= SK_PROPERTY(posts);
|
| }
|
|
|
|
|