Index: cc/input/event_listener_properties.h |
diff --git a/cc/input/event_listener_properties.h b/cc/input/event_listener_properties.h |
index e1932afe2a9d49725a97b829fe447f31ac653f10..70299777378b7879615cdcfc0481aa10896219c8 100644 |
--- a/cc/input/event_listener_properties.h |
+++ b/cc/input/event_listener_properties.h |
@@ -22,6 +22,7 @@ enum class EventListenerProperties { |
kPassive, |
kBlocking, |
kBlockingAndPassive, |
+ kBlockingAndMaybePassiveDueToFling, |
kMax |
}; |