Chromium Code Reviews| Index: cc/input/input_handler.h |
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h |
| index 8aac2def74619fa683edb297e894ce948a2e0499..90870d9ba53d21f6c07092d4063834a040a527f3 100644 |
| --- a/cc/input/input_handler.h |
| +++ b/cc/input/input_handler.h |
| @@ -99,6 +99,8 @@ class CC_EXPORT InputHandler { |
| uint32_t main_thread_scrolling_reasons; |
| }; |
| + // TODO(ymalik): Remove ANIMATED_WHEEL once it is no longer special cased. |
| + // see crbug.com/575019. |
| enum ScrollInputType { |
| TOUCHSCREEN, |
| WHEEL, |