aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDrawClip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkDrawClip.h')
-rw-r--r--src/animator/SkDrawClip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkDrawClip.h b/src/animator/SkDrawClip.h
index 1261a4de23..7b21863d93 100644
--- a/src/animator/SkDrawClip.h
+++ b/src/animator/SkDrawClip.h
@@ -20,7 +20,7 @@ class SkDrawRect;
class SkDrawClip : public SkADrawable {
DECLARE_DRAW_MEMBER_INFO(Clip);
SkDrawClip();
- virtual bool draw(SkAnimateMaker& );
+ virtual bool draw(SkAnimateMaker& ) SK_OVERRIDE;
private:
SkDrawRect* rect;
SkDrawPath* path;