| Index: WebCore/platform/ScrollAnimator.h
|
| ===================================================================
|
| --- WebCore/platform/ScrollAnimator.h (revision 67052)
|
| +++ WebCore/platform/ScrollAnimator.h (working copy)
|
| @@ -41,8 +41,8 @@
|
| public:
|
| static ScrollAnimator* create(ScrollbarClient*);
|
|
|
| - ScrollAnimator(ScrollbarClient* client) : m_client(client) { }
|
| - virtual ~ScrollAnimator() { }
|
| + ScrollAnimator(ScrollbarClient* client);
|
| + virtual ~ScrollAnimator();
|
|
|
| // Computes a scroll destination for the given parameters. Returns false if
|
| // already at the destination. Otherwise, starts scrolling towards the
|
|
|