Chromium Code Reviews| Index: src/animator/SkDrawFull.h |
| diff --git a/src/animator/SkDrawFull.h b/src/animator/SkDrawFull.h |
| index 13c204e483adf49b94c8e409f7c93fb2b04e7854..029fb3339462cf09723758792fd4225566a84bcd 100644 |
| --- a/src/animator/SkDrawFull.h |
| +++ b/src/animator/SkDrawFull.h |
| @@ -14,7 +14,7 @@ |
| class SkFull : public SkBoundable { |
| DECLARE_EMPTY_MEMBER_INFO(Full); |
| - virtual bool draw(SkAnimateMaker& ) SK_OVERRIDE; |
| + bool draw(SkAnimateMaker& ) SK_OVERRIDE; |
| private: |
| typedef SkBoundable INHERITED; |
| }; |