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..43c2ce1e1eb1cb5ed2e0721ab79d5a7ce495bf0b 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&); |
// scroller_size is set only when scrolling non root scroller. |
void ComputeScrollRelatedMetrics( |