Index: content/browser/renderer_host/render_widget_host_view_aura.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 124829) |
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy) |
@@ -106,8 +106,7 @@ |
virtual void AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE; |
virtual void GetScreenInfo(WebKit::WebScreenInfo* results) OVERRIDE; |
virtual gfx::Rect GetRootWindowBounds() OVERRIDE; |
- virtual void ProcessTouchAck(WebKit::WebInputEvent::Type type, |
- bool processed) OVERRIDE; |
+ virtual void ProcessTouchAck(bool processed) OVERRIDE; |
virtual void SetHasHorizontalScrollbar( |
bool has_horizontal_scrollbar) OVERRIDE; |
virtual void SetScrollOffsetPinning( |