| Index: cc/input/event_listener_properties.h
|
| diff --git a/cc/input/event_listener_properties.h b/cc/input/event_listener_properties.h
|
| index 2755c6e33f2f5299b20d969cd85aa3834d29ed89..6b9141da7509778420ce73548a3675793c6cd0e8 100644
|
| --- a/cc/input/event_listener_properties.h
|
| +++ b/cc/input/event_listener_properties.h
|
| @@ -9,7 +9,13 @@ namespace cc {
|
|
|
| enum class EventListenerClass { kTouch, kMouseWheel, kNumClasses };
|
|
|
| -enum class EventListenerProperties { kNone, kPassive, kBlocking, kMax };
|
| +enum class EventListenerProperties {
|
| + kNone,
|
| + kPassive,
|
| + kBlocking,
|
| + kBlockingAndPassive,
|
| + kMax
|
| +};
|
|
|
| } // namespace cc
|
|
|
|
|