Index: content/renderer/mus/compositor_mus_connection.cc |
diff --git a/content/renderer/mus/compositor_mus_connection.cc b/content/renderer/mus/compositor_mus_connection.cc |
index 9c0636330072af2c7d9c8b23bcef27b9c6f574e1..d303789626b6e8ba5d576d0373de336fb119dabc 100644 |
--- a/content/renderer/mus/compositor_mus_connection.cc |
+++ b/content/renderer/mus/compositor_mus_connection.cc |
@@ -131,8 +131,7 @@ void CompositorMusConnection::OnWindowInputEvent( |
if (ack_state != INPUT_EVENT_ACK_STATE_NOT_CONSUMED) |
return; |
base::Callback<void(bool)> ack = base::Bind(&::DoNothingBool); |
- const bool send_ack = |
- WebInputEventTraits::WillReceiveAckFromRenderer(*web_event); |
+ const bool send_ack = WebInputEventTraits::ShouldBlockEventStream(*web_event); |
if (send_ack) { |
// Ultimately, this ACK needs to go back to the Mus client lib which is not |
// thread-safe and lives on the compositor thread. For ACKs that are passed |