Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Unified Diff: third_party/WebKit/Source/core/input/ScrollManager.h

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Update promises tests and Scroll Manager Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698