Index: cc/input_handler.h |
diff --git a/cc/input_handler.h b/cc/input_handler.h |
index 2016f282c75c887f9e49bc68cc50fc7358e5ceab..64ccf1573b58c5bab1464d26694467cd94b0cf38 100644 |
--- a/cc/input_handler.h |
+++ b/cc/input_handler.h |
@@ -28,7 +28,7 @@ namespace cc { |
class CC_EXPORT InputHandlerClient { |
public: |
enum ScrollStatus { ScrollOnMainThread, ScrollStarted, ScrollIgnored }; |
- enum ScrollInputType { Gesture, Wheel }; |
+ enum ScrollInputType { Gesture, Wheel, NonBubblingGesture }; |
// Selects a layer to be scrolled at a given point in viewport (logical |
// pixel) coordinates. Returns ScrollStarted if the layer at the coordinates |