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