| 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 0917eeaada4fa4c25e58eccbaba96d9279f78863..2096cc1716e7cd51da49e4384b042b262701d108 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
|
| @@ -104,8 +104,7 @@ protected:
|
|
|
| virtual void notifyPositionChanged();
|
|
|
| - GC_PLUGIN_IGNORE("509911")
|
| - ScrollableArea* m_scrollableArea;
|
| + RawPtrWillBeWeakPersistent<ScrollableArea> m_scrollableArea;
|
| float m_currentPosX; // We avoid using a FloatPoint in order to reduce
|
| float m_currentPosY; // subclass code complexity.
|
|
|
|
|