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

Unified Diff: cc/input/scroll_state_data.cc

Issue 2486673008: Touchpad scroll latching enabled for Mac behind flag. (Closed)
Patch Set: mayPrecedeFling->precedeFling Created 4 years, 1 month 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/input/scroll_state_data.cc
diff --git a/cc/input/scroll_state_data.cc b/cc/input/scroll_state_data.cc
index 567a02446be2c8a8e0f4647efde43de286d43d36..820fcdbbf13b34aadd3e1ba1a80092e3304e078d 100644
--- a/cc/input/scroll_state_data.cc
+++ b/cc/input/scroll_state_data.cc
@@ -17,6 +17,7 @@ ScrollStateData::ScrollStateData()
is_beginning(false),
is_in_inertial_phase(false),
is_ending(false),
+ precede_fling(false),
should_propagate(false),
from_user_input(false),
delta_consumed_for_scroll_sequence(false),

Powered by Google App Engine
This is Rietveld 408576698