commit | 986ca61cf7be3ec590f8820e9b7ba042ac2948fe | [log] [tgz] |
---|---|---|
author | reed <reed@chromium.org> | Wed Nov 26 08:50:45 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 26 08:50:45 2014 -0800 |
tree | cae88b225a53c3151006b4f18510cc16d59d6c39 | |
parent | adc8d984678a64e30f3c70b2d76ba1e8345566bb [diff] [blame] |
rename SkDrawable to SkADrawable BUG=skia: Review URL: https://codereview.chromium.org/764463002
diff --git a/src/animator/SkTextToPath.h b/src/animator/SkTextToPath.h index ac44ad7..9b72e5d 100644 --- a/src/animator/SkTextToPath.h +++ b/src/animator/SkTextToPath.h
@@ -17,7 +17,7 @@ class SkDrawPath; class SkText; -class SkTextToPath : public SkDrawable { +class SkTextToPath : public SkADrawable { DECLARE_MEMBER_INFO(TextToPath); SkTextToPath(); virtual bool draw(SkAnimateMaker& );