Chromium Code Reviews| 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..5513917ad46281d804bb0ef2acb4ffafb0c7c18f 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, |
| + kBlockingAndPassiveDueToFling, |
| kMax |
| }; |