| Index: src/animator/SkHitClear.h
|
| diff --git a/src/animator/SkHitClear.h b/src/animator/SkHitClear.h
|
| index 02b0140f8ea96fb5ed902fe8e2fb089ababf1c98..3e0970092122d4e824e48f74f284a5e2d442f847 100644
|
| --- a/src/animator/SkHitClear.h
|
| +++ b/src/animator/SkHitClear.h
|
| @@ -16,8 +16,8 @@
|
|
|
| class SkHitClear : public SkDisplayable {
|
| DECLARE_MEMBER_INFO(HitClear);
|
| - virtual bool enable(SkAnimateMaker& ) SK_OVERRIDE;
|
| - virtual bool hasEnable() const SK_OVERRIDE;
|
| + bool enable(SkAnimateMaker& ) SK_OVERRIDE;
|
| + bool hasEnable() const SK_OVERRIDE;
|
| private:
|
| SkTDDisplayableArray targets;
|
| };
|
|
|