| Index: src/animator/SkDisplayBounds.h
|
| diff --git a/src/animator/SkDisplayBounds.h b/src/animator/SkDisplayBounds.h
|
| index 0511ed743985ca7f3011b9fc9c6d351b24fad7be..7ca1cc57c183e1da28fb63ad6b04b19b357e9a6f 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;
|
|
|