Index: content/browser/renderer_host/render_widget_host.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host.h (revision 124829) |
+++ content/browser/renderer_host/render_widget_host.h (working copy) |
@@ -750,7 +750,7 @@ |
// 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); |
// True if renderer accessibility is enabled. This should only be set when a |
// screenreader is detected as it can potentially slow down Chrome. |