| 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..49a926bce6d07d149c380318d45900d178bfccd5 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.h
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| @@ -33,9 +33,8 @@ 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 final : public GarbageCollectedFinalized<ScrollManager> {
|
| WTF_MAKE_NONCOPYABLE(ScrollManager);
|
| - DISALLOW_NEW();
|
| public:
|
| explicit ScrollManager(LocalFrame*);
|
| ~ScrollManager();
|
|
|