| Index: src/animator/SkXMLAnimatorWriter.cpp
|
| diff --git a/src/animator/SkXMLAnimatorWriter.cpp b/src/animator/SkXMLAnimatorWriter.cpp
|
| index 9b552c09def9b7890b2c6821942fc8574e315b12..25b10a903d4352a468684299c1797a75688b95c7 100644
|
| --- a/src/animator/SkXMLAnimatorWriter.cpp
|
| +++ b/src/animator/SkXMLAnimatorWriter.cpp
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2006 The Android Open Source Project
|
| *
|
| @@ -6,7 +5,6 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| #include "SkXMLAnimatorWriter.h"
|
| #include "SkAnimator.h"
|
| #include "SkAnimateMaker.h"
|
| @@ -26,8 +24,7 @@ void SkXMLAnimatorWriter::onAddAttributeLen(const char name[], const char value[
|
| fParser->onAddAttributeLen(name, value, length);
|
| }
|
|
|
| -void SkXMLAnimatorWriter::onAddText(const char text[])
|
| -{
|
| +void SkXMLAnimatorWriter::onAddText(const char text[], size_t length) {
|
| SkDebugf("not implemented: SkXMLAnimatorWriter::onAddText()\n");
|
| }
|
|
|
|
|