| Index: cc/input/scroll_state_data.h
|
| diff --git a/cc/input/scroll_state_data.h b/cc/input/scroll_state_data.h
|
| index 90339649f5ffbd475d17f5b36421923e1cae812e..314bacf9a52f5f7325824d7b713db3bdd77c5cfc 100644
|
| --- a/cc/input/scroll_state_data.h
|
| +++ b/cc/input/scroll_state_data.h
|
| @@ -32,6 +32,9 @@ class CC_EXPORT ScrollStateData {
|
| bool is_beginning;
|
| bool is_in_inertial_phase;
|
| bool is_ending;
|
| + // True if the next event may be the start of a fling (is_beginning &&
|
| + // in_inertial_phase). May only be true if is_ending == true.
|
| + bool may_precede_fling;
|
|
|
| bool should_propagate;
|
| bool from_user_input;
|
|
|