| Index: content/browser/renderer_host/test_render_view_host.h
|
| diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
|
| index dec9719b7f5cd308b4443627e2e0bcf88132744a..06d51c00dadf95758c668078e23675d8db3c0c7c 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.h
|
| +++ b/content/browser/renderer_host/test_render_view_host.h
|
| @@ -153,7 +153,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| virtual void GetScreenInfo(WebKit::WebScreenInfo* results) OVERRIDE {}
|
| virtual gfx::Rect GetRootWindowBounds() OVERRIDE;
|
| #endif
|
| - virtual void ProcessTouchAck(bool processed) OVERRIDE { }
|
| + virtual void ProcessTouchAck(WebKit::WebInputEvent::Type type,
|
| + bool processed) OVERRIDE { }
|
| virtual void SetHasHorizontalScrollbar(
|
| bool has_horizontal_scrollbar) OVERRIDE { }
|
| virtual void SetScrollOffsetPinning(
|
|
|