Chromium Code Reviews| Index: cc/input/scroll_state_data.h |
| diff --git a/cc/input/scroll_state_data.h b/cc/input/scroll_state_data.h |
| index f3559a89d0758fe72bd43cfe0f2e3b1b964e0e6d..9637637e2be32debf2e90011e753677f6cdbe676 100644 |
| --- a/cc/input/scroll_state_data.h |
| +++ b/cc/input/scroll_state_data.h |
| @@ -22,6 +22,10 @@ class CC_EXPORT ScrollStateData { |
| // Scroll delta in viewport coordinates (DIP). |
| double delta_x; |
| double delta_y; |
| + // Scroll delta hint in viewport coordinates (DIP). |
|
tdresser
2017/06/23 19:14:11
Maybe mention what we mean by "hint" in this conte
sahel
2017/06/23 20:01:00
Done.
|
| + double delta_x_hint; |
| + double delta_y_hint; |
| + bool ignore_delta_hints; |
| // Pointer (i.e. cursor/touch point) position in viewport coordinates (DIP). |
| int position_x; |
| int position_y; |