| Index: content/renderer/input/input_event_filter.h
|
| diff --git a/content/renderer/input/input_event_filter.h b/content/renderer/input/input_event_filter.h
|
| index 82532fbed69d1c52c8227ca9efc1b86828d4d553..d419f52a0067d272d0ef3bcf70346a4742098670 100644
|
| --- a/content/renderer/input/input_event_filter.h
|
| +++ b/content/renderer/input/input_event_filter.h
|
| @@ -73,6 +73,7 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
|
|
|
| void NotifyInputEventHandled(int routing_id,
|
| blink::WebInputEvent::Type type,
|
| + blink::WebInputEventResult result,
|
| InputEventAckState ack_result) override;
|
| void ProcessRafAlignedInput(int routing_id) override;
|
|
|
|
|