| Index: src/animator/SkDrawPoint.h
|
| diff --git a/src/animator/SkDrawPoint.h b/src/animator/SkDrawPoint.h
|
| index 69005a1c68fa2703380cc483827e9b7a198441c3..f2077f8fcf48a6e00552e03b4e1428d4c78b4f26 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();
|
| - virtual void getBounds(SkRect* ) SK_OVERRIDE;
|
| + void getBounds(SkRect* ) SK_OVERRIDE;
|
| private:
|
| SkPoint fPoint;
|
| typedef SkDisplayable INHERITED;
|
|
|