| 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 240f939f721bd041f76d52dc8799a24cff49287a..9c68d8761053ca432b1e0f5d166e71b5b7017fc6 100644
|
| --- a/content/renderer/input/input_event_filter.h
|
| +++ b/content/renderer/input/input_event_filter.h
|
| @@ -49,6 +49,7 @@ class CONTENT_EXPORT InputEventFilter
|
| virtual void DidRemoveInputHandler(int routing_id) OVERRIDE;
|
| virtual void DidOverscroll(int routing_id,
|
| const cc::DidOverscrollParams& params) OVERRIDE;
|
| + virtual void DidFinishTopControlsGesture(int routing_id) OVERRIDE;
|
|
|
| // IPC::ChannelProxy::MessageFilter methods:
|
| virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
|
| @@ -66,6 +67,7 @@ class CONTENT_EXPORT InputEventFilter
|
| InputEventAckState ack_result,
|
| const ui::LatencyInfo& latency_info,
|
| int routing_id);
|
| + void SendMessage(const IPC::Message& message);
|
| void SendMessageOnIOThread(const IPC::Message& message);
|
|
|
| scoped_refptr<base::MessageLoopProxy> main_loop_;
|
|
|