| commit | 178a267a6cb1405805caf23fe074d68b509f76d3 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 13 13:25:30 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 13 13:25:30 2012 +0000 |
| tree | 3197ca79129e1b86315688216003021d910e51dd | |
| parent | 1f1543f012b8834ea760175a023eb127bde2b895 [diff] [blame] |
Address warnings from clang build bot http://codereview.appspot.com/6506111/ git-svn-id: http://skia.googlecode.com/svn/trunk@5518 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/animator/SkDrawGroup.h b/src/animator/SkDrawGroup.h index 8124650..a63a50e 100644 --- a/src/animator/SkDrawGroup.h +++ b/src/animator/SkDrawGroup.h
@@ -19,7 +19,7 @@ DECLARE_MEMBER_INFO(Group); SkGroup(); virtual ~SkGroup(); - virtual bool add(SkAnimateMaker& , SkDisplayable* child); + virtual bool add(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE; virtual bool contains(SkDisplayable* ); SkGroup* copy(); SkBool copySet(int index);