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 a2b306b7eaaa71e6683cc6c23f287f498f6891a2..24ffd9ce3905b5a4fec4d1d1baa7bd2c1516d96d 100644 |
--- a/content/common/input/event_with_latency_info.cc |
+++ b/content/common/input/event_with_latency_info.cc |
@@ -50,7 +50,7 @@ WebInputEvent::DispatchType MergeDispatchTypes( |
"Enum not ordered correctly"); |
static_assert( |
WebInputEvent::DispatchType::ListenersNonBlockingPassive < |
- WebInputEvent::DispatchType::ListenersForcedNonBlockingPassive, |
+ WebInputEvent::DispatchType::ListenersForcedNonBlockingDueToFling, |
"Enum not ordered correctly"); |
return static_cast<WebInputEvent::DispatchType>( |
std::min(static_cast<int>(type_1), static_cast<int>(type_2))); |