| 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 44e32c1219c7957ab89435ee7b049c6f9e2106ce..de9a4e95883bc8caeeb68a3b9adb256c93d093cd 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -638,7 +638,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| // Called on OnMsgInputEventAck() to process a touch event ack message.
|
| // This can result in a gesture event being generated and sent back to the
|
| // renderer.
|
| - void ProcessTouchAck(WebKit::WebInputEvent::Type type, bool processed);
|
| + void ProcessTouchAck(bool processed);
|
|
|
| // Called when there is a new auto resize (using a post to avoid a stack
|
| // which may get in recursive loops).
|
|
|