Index: content/port/browser/render_widget_host_view_port.h |
=================================================================== |
--- content/port/browser/render_widget_host_view_port.h (revision 124829) |
+++ content/port/browser/render_widget_host_view_port.h (working copy) |
@@ -226,8 +226,7 @@ |
// prevent-default on a dispatched touch event, the touch events are queued in |
// the GestureRecognizer until invocation of ProcessTouchAck releases it to be |
// processed (when |processed| is false) or ignored (when |processed| is true) |
- virtual void ProcessTouchAck(WebKit::WebInputEvent::Type type, |
- bool processed) = 0; |
+ virtual void ProcessTouchAck(bool processed) = 0; |
virtual void SetHasHorizontalScrollbar(bool has_horizontal_scrollbar) = 0; |
virtual void SetScrollOffsetPinning( |