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

Unified Diff: cc/input/scroll_state_data.cc

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Rebase Created 3 years, 4 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
« no previous file with comments | « cc/input/scroll_state_data.h ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/scroll_state_data.cc
diff --git a/cc/input/scroll_state_data.cc b/cc/input/scroll_state_data.cc
index ff2c628f04c259eb4af944dd6b93b13000be4525..f5bad71cfc95f1bf93b1a62dbf2cd9566cb9361f 100644
--- a/cc/input/scroll_state_data.cc
+++ b/cc/input/scroll_state_data.cc
@@ -26,6 +26,7 @@ ScrollStateData::ScrollStateData()
delta_granularity(0),
caused_scroll_x(false),
caused_scroll_y(false),
+ is_scroll_chain_cut(false),
current_native_scrolling_node_(nullptr) {}
ScrollStateData::ScrollStateData(const ScrollStateData& other) = default;
« no previous file with comments | « cc/input/scroll_state_data.h ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698