| 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/SkDrawGradient.h b/src/animator/SkDrawGradient.h index d01ee70..d7fc694 100644 --- a/src/animator/SkDrawGradient.h +++ b/src/animator/SkDrawGradient.h
@@ -20,7 +20,7 @@ DECLARE_PRIVATE_MEMBER_INFO(DrawGradient); SkDrawGradient(); virtual ~SkDrawGradient(); - virtual bool add(SkAnimateMaker& , SkDisplayable* child); + virtual bool add(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE; #ifdef SK_DUMP_ENABLED virtual void dumpRest(SkAnimateMaker*); #endif