| 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 ff23ed62ca789e0a8ab4530cec952b7cdac99c8b..b50216135852498c1494284d6d800db1f576d9e8 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.h
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| @@ -113,6 +113,7 @@ class CORE_EXPORT ScrollManager
|
| const ScrollState&,
|
| std::deque<int>& scroll_chain);
|
| bool CanScroll(const ScrollState&, const Element& current_element);
|
| + bool CanPropagate(const ScrollState&, const Element& current_element);
|
|
|
| // scroller_size is set only when scrolling non root scroller.
|
| void ComputeScrollRelatedMetrics(
|
|
|