| 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..fb02275d1cad56dd3e893e998dba799a0ce3bc54 100644
|
| --- a/cc/input/scroll_state_data.h
|
| +++ b/cc/input/scroll_state_data.h
|
| @@ -53,6 +53,8 @@ class CC_EXPORT ScrollStateData {
|
| // of |caused_scroll_*_|. See crbug.com/510045 for details.
|
| bool caused_scroll_x;
|
| bool caused_scroll_y;
|
| + // True for scrollEnd if, a fling might happen after the scrollEnd.
|
| + bool fling_might_happen_next;
|
|
|
| ScrollNode* current_native_scrolling_node() const;
|
| void set_current_native_scrolling_node(
|
|
|