| Index: src/animator/SkDrawPoint.h
|
| diff --git a/src/animator/SkDrawPoint.h b/src/animator/SkDrawPoint.h
|
| index f2077f8fcf48a6e00552e03b4e1428d4c78b4f26..03c8521bdf8003340e78be7adc802c8ddc176dff 100644
|
| --- a/src/animator/SkDrawPoint.h
|
| +++ b/src/animator/SkDrawPoint.h
|
| @@ -24,7 +24,7 @@ private:
|
| class SkDrawPoint : public SkDisplayable {
|
| DECLARE_MEMBER_INFO(DrawPoint);
|
| SkDrawPoint();
|
| - void getBounds(SkRect* ) SK_OVERRIDE;
|
| + void getBounds(SkRect* ) override;
|
| private:
|
| SkPoint fPoint;
|
| typedef SkDisplayable INHERITED;
|
|
|