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 16f03b04314e92904222618f336d2b0e5cbd1081..b0889c6d902545dd2da78f5506c798fe35a72a16 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -159,6 +159,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; |
@@ -200,7 +201,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); |