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

Unified Diff: cc/trees/layer_tree_host_impl.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: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 1f809c491f240ba6dce674b926ef2eee609a80ef..391fe6eb378d4c320101435f866d680859c1f5b1 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -682,6 +682,7 @@ class CC_EXPORT LayerTreeHostImpl
void DistributeScrollDelta(ScrollState* scroll_state);
bool CanConsumeDelta(ScrollNode* scroll_node,
const ScrollState& scroll_state);
+ bool CanPropagate(ScrollNode* scroll_node, float x, float y);
bool AnimatePageScale(base::TimeTicks monotonic_time);
bool AnimateScrollbars(base::TimeTicks monotonic_time);

Powered by Google App Engine
This is Rietveld 408576698