| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| index 50cc5f2fa8d2e53c843283a927839657cc794872..c83af75dc434757327f0f4838dd506e21f982bb7 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| @@ -52,8 +52,6 @@ public:
|
|
|
| virtual ~ScrollAnimatorBase();
|
|
|
| - virtual void dispose() { }
|
| -
|
| // Computes a scroll destination for the given parameters. The returned
|
| // ScrollResultOneDimensional will have didScroll set to false if already at
|
| // the destination. Otherwise, starts scrolling towards the destination and
|
|
|