| Index: content/common/input/event_with_latency_info.cc
|
| diff --git a/content/common/input/event_with_latency_info.cc b/content/common/input/event_with_latency_info.cc
|
| index 49359a129e8f64321e317396c78310efb2b36109..38c1af91c13a930c46a03ff2b69395e742c45fc8 100644
|
| --- a/content/common/input/event_with_latency_info.cc
|
| +++ b/content/common/input/event_with_latency_info.cc
|
| @@ -49,10 +49,10 @@ WebInputEvent::DispatchType MergeDispatchTypes(
|
| static_assert(WebInputEvent::DispatchType::EventNonBlocking <
|
| WebInputEvent::DispatchType::ListenersNonBlockingPassive,
|
| "Enum not ordered correctly");
|
| - static_assert(
|
| - WebInputEvent::DispatchType::ListenersNonBlockingPassive <
|
| - WebInputEvent::DispatchType::ListenersForcedNonBlockingPassive,
|
| - "Enum not ordered correctly");
|
| + static_assert(WebInputEvent::DispatchType::ListenersNonBlockingPassive <
|
| + WebInputEvent::DispatchType::
|
| + ListenersForcedNonBlockingPassiveDueToFling,
|
| + "Enum not ordered correctly");
|
| return static_cast<WebInputEvent::DispatchType>(
|
| std::min(static_cast<int>(type_1), static_cast<int>(type_2)));
|
| }
|
|
|