Index: cc/input/input_handler.h |
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h |
index 4696fb5ceca81d7c6cc4678935cc8317292d83bf..4cf7e31c33968c234d521d52e6a4f50b891dd7f3 100644 |
--- a/cc/input/input_handler.h |
+++ b/cc/input/input_handler.h |
@@ -84,7 +84,7 @@ class CC_EXPORT InputHandler { |
// This must be the last entry. |
ScrollStatusCount |
}; |
- enum ScrollInputType { GESTURE, WHEEL, NON_BUBBLING_GESTURE }; |
+ enum ScrollInputType { GESTURE, WHEEL, ANIMATED_WHEEL, NON_BUBBLING_GESTURE }; |
// Binds a client to this handler to receive notifications. Only one client |
// can be bound to an InputHandler. The client must live at least until the |