| Index: third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h b/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
|
| index 24dfb2a52f4813e0581962e5b5457cad47acd802..371bc9e9c745f6372a7b9285de906f9c6d97de30 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
|
| @@ -22,6 +22,7 @@ public:
|
| void setDistributeScroll(Element*, ScrollStateCallback*);
|
| ScrollStateCallback* getDistributeScroll(Element*);
|
| void setApplyScroll(Element*, ScrollStateCallback*);
|
| + void removeApplyScroll(Element*);
|
| ScrollStateCallback* getApplyScroll(Element*);
|
|
|
| DEFINE_INLINE_TRACE()
|
|
|