Index: content/browser/renderer_host/render_widget_host_view_android.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h |
index 41a049347227311085009ddf8efd8c42409f1e9e..998321ddd03b7d4e01f13a43646ba2fbb20aca00 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -158,6 +158,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid |
virtual void OnSwapCompositorFrame( |
uint32 output_surface_id, |
scoped_ptr<cc::CompositorFrame> frame) OVERRIDE; |
+ virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE; |
virtual void DidStopFlinging() OVERRIDE; |
virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect, |
const SkBitmap& zoomed_bitmap) OVERRIDE; |
@@ -199,7 +200,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid |
void OnTextInputStateChanged(const ViewHostMsg_TextInputState_Params& params); |
void OnDidChangeBodyBackgroundColor(SkColor color); |
- void OnDidOverscroll(const DidOverscrollParams& params); |
void OnStartContentIntent(const GURL& content_url); |
void OnSetNeedsBeginFrame(bool enabled); |
void OnSmartClipDataExtracted(const base::string16& result); |