Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host.h |
| diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
| index da38d6f2db67b3bb5a7b8558d814883d91f490e6..4a81a6666bfcb74383eb8f745c592575467a56c0 100644 |
| --- a/content/browser/renderer_host/render_widget_host.h |
| +++ b/content/browser/renderer_host/render_widget_host.h |
| @@ -752,7 +752,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : 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(bool processed); |
| + void ProcessTouchAck(int type, bool processed); |
|
jam
2012/03/02 00:15:14
the ints in the code are confusing, why not pass W
|
| // True if renderer accessibility is enabled. This should only be set when a |
| // screenreader is detected as it can potentially slow down Chrome. |