| Index: content/browser/android/in_process/synchronous_input_event_filter.cc
|
| diff --git a/content/browser/android/in_process/synchronous_input_event_filter.cc b/content/browser/android/in_process/synchronous_input_event_filter.cc
|
| index 9057da837b7641a2ca687e737560f23e6afe0123..b4d9f7fa82b0e9302335d5e61e99a31445b2142f 100644
|
| --- a/content/browser/android/in_process/synchronous_input_event_filter.cc
|
| +++ b/content/browser/android/in_process/synchronous_input_event_filter.cc
|
| @@ -69,7 +69,7 @@ void SynchronousInputEventFilter::DidStopFlinging(int routing_id) {
|
| compositor->DidStopFlinging();
|
| }
|
|
|
| -void SynchronousInputEventFilter::NonBlockingInputEventHandled(
|
| +void SynchronousInputEventFilter::NotifyInputEventHandled(
|
| int routing_id,
|
| blink::WebInputEvent::Type type) {}
|
|
|
|
|