| Index: src/animator/SkTextToPath.h
|
| diff --git a/src/animator/SkTextToPath.h b/src/animator/SkTextToPath.h
|
| index 2be67ad7b742b2b260216da1584f9d33fec18410..23b6bfe8b403e898fedae5385caf92e973fef95b 100644
|
| --- a/src/animator/SkTextToPath.h
|
| +++ b/src/animator/SkTextToPath.h
|
| @@ -20,8 +20,8 @@ class SkText;
|
| class SkTextToPath : public SkADrawable {
|
| DECLARE_MEMBER_INFO(TextToPath);
|
| SkTextToPath();
|
| - bool draw(SkAnimateMaker& ) SK_OVERRIDE;
|
| - void onEndElement(SkAnimateMaker& ) SK_OVERRIDE;
|
| + bool draw(SkAnimateMaker& ) override;
|
| + void onEndElement(SkAnimateMaker& ) override;
|
| private:
|
| SkDrawPaint* paint;
|
| SkDrawPath* path;
|
|
|