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

Unified Diff: cc/input/scroll_state_data.cc

Issue 2486673008: Touchpad scroll latching enabled for Mac behind flag. (Closed)
Patch Set: nit fixed Created 4 years 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..569281c96cfdb321031743848bdec9770e091f9e 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),
+ precedes_fling(false),
should_propagate(false),
from_user_input(false),
delta_consumed_for_scroll_sequence(false),

Powered by Google App Engine
This is Rietveld 408576698