| Index: src/animator/SkPaintParts.cpp
|
| ===================================================================
|
| --- src/animator/SkPaintParts.cpp (revision 8101)
|
| +++ src/animator/SkPaintParts.cpp (working copy)
|
| @@ -92,7 +92,7 @@
|
| }
|
|
|
| #ifdef SK_DUMP_ENABLED
|
| -void SkDrawTypeface::dump(SkAnimateMaker* maker) {
|
| +void SkDrawTypeface::dump(SkAnimateMaker*) {
|
| SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
|
| SkString string;
|
| SkDump::GetEnumString(SkType_FontStyle, style, &string);
|
|
|