aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDisplayNumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkDisplayNumber.h')
-rw-r--r--src/animator/SkDisplayNumber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkDisplayNumber.h b/src/animator/SkDisplayNumber.h
index 16c6f4fde4..2fc75b780c 100644
--- a/src/animator/SkDisplayNumber.h
+++ b/src/animator/SkDisplayNumber.h
@@ -15,7 +15,7 @@
class SkDisplayNumber : public SkDisplayable {
DECLARE_DISPLAY_MEMBER_INFO(Number);
- virtual bool getProperty(int index, SkScriptValue* value) const;
+ virtual bool getProperty(int index, SkScriptValue* value) const SK_OVERRIDE;
private:
};