diff options
Diffstat (limited to 'src/animator/SkDisplayBounds.h')
-rw-r--r-- | src/animator/SkDisplayBounds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkDisplayBounds.h b/src/animator/SkDisplayBounds.h index 0511ed7439..7ca1cc57c1 100644 --- a/src/animator/SkDisplayBounds.h +++ b/src/animator/SkDisplayBounds.h @@ -15,7 +15,7 @@ class SkDisplayBounds : public SkDrawRect { DECLARE_DISPLAY_MEMBER_INFO(Bounds); SkDisplayBounds(); - virtual bool draw(SkAnimateMaker& ); + virtual bool draw(SkAnimateMaker& ) SK_OVERRIDE; private: SkBool inval; typedef SkDrawRect INHERITED; |