| Index: third_party/WebKit/Source/core/input/ScrollManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| index d9563810d86c275389c432ed4621a26cb730e9df..63a6d647205391b81c40c316e8281c444c3c5871 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.h
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| @@ -33,12 +33,10 @@ class ScrollState;
|
| // This class takes care of scrolling and resizing and the related states. The
|
| // user action that causes scrolling or resizing is determined in other *Manager
|
| // classes and they call into this class for doing the work.
|
| -class CORE_EXPORT ScrollManager {
|
| +class CORE_EXPORT ScrollManager : public GarbageCollectedFinalized<ScrollManager> {
|
| WTF_MAKE_NONCOPYABLE(ScrollManager);
|
| - DISALLOW_NEW();
|
| public:
|
| explicit ScrollManager(LocalFrame*);
|
| - ~ScrollManager();
|
| DECLARE_TRACE();
|
|
|
| void clear();
|
|
|