| 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 e1ab6121c16bdc09635274b23941f45c524ad0ac..0917eeaada4fa4c25e58eccbaba96d9279f78863 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| @@ -34,6 +34,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/PlatformWheelEvent.h"
|
| #include "platform/geometry/FloatSize.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "wtf/Forward.h"
|
|
|
| @@ -103,6 +104,7 @@ protected:
|
|
|
| virtual void notifyPositionChanged();
|
|
|
| + GC_PLUGIN_IGNORE("509911")
|
| ScrollableArea* m_scrollableArea;
|
| float m_currentPosX; // We avoid using a FloatPoint in order to reduce
|
| float m_currentPosY; // subclass code complexity.
|
|
|