| 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 6973de6f6661938c064804b8e4fd6e766db3fa47..3934204b88e602d38cdf4ebfd17e39d2ee55bf37 100644
|
| --- a/content/renderer/mus/compositor_mus_connection.cc
|
| +++ b/content/renderer/mus/compositor_mus_connection.cc
|
| @@ -120,8 +120,7 @@ void CompositorMusConnection::OnWindowInputEvent(
|
| if (ack_state != INPUT_EVENT_ACK_STATE_NOT_CONSUMED)
|
| return;
|
| base::Closure ack = base::Bind(&base::DoNothing);
|
| - 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
|
|
|