Index: src/animator/SkDisplayBounds.h |
diff --git a/src/animator/SkDisplayBounds.h b/src/animator/SkDisplayBounds.h |
index 7ca1cc57c183e1da28fb63ad6b04b19b357e9a6f..4c21871433071638944d36c31336d54087ed8f83 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& ) SK_OVERRIDE; |
+ bool draw(SkAnimateMaker& ) SK_OVERRIDE; |
private: |
SkBool inval; |
typedef SkDrawRect INHERITED; |