| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 3db49c1bba55117de231b5f2bb6e900dafef6ea0..820f5e09c80d6f86b10f7b92b8ef0c260be6c08f 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -750,11 +750,11 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| // InputAckHandler
|
| virtual void OnKeyboardEventAck(const NativeWebKeyboardEvent& event,
|
| InputEventAckState ack_result) OVERRIDE;
|
| - virtual void OnWheelEventAck(const WebKit::WebMouseWheelEvent& event,
|
| + virtual void OnWheelEventAck(const MouseWheelEventWithLatencyInfo& event,
|
| InputEventAckState ack_result) OVERRIDE;
|
| virtual void OnTouchEventAck(const TouchEventWithLatencyInfo& event,
|
| InputEventAckState ack_result) OVERRIDE;
|
| - virtual void OnGestureEventAck(const WebKit::WebGestureEvent& event,
|
| + virtual void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
|
| InputEventAckState ack_result) OVERRIDE;
|
| virtual void OnUnexpectedEventAck(UnexpectedEventAckType type) OVERRIDE;
|
|
|
|
|