| 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 9c68da97a8d2bcf4ea7482de1ddd30b6d27c30ba..35ad0226acee9181c772c2f31558956ac3e026dd 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -52,6 +52,7 @@ class ContentViewCoreImpl;
|
| class OverscrollGlow;
|
| class RenderWidgetHost;
|
| class RenderWidgetHostImpl;
|
| +struct DidOverscrollParams;
|
| struct NativeWebKeyboardEvent;
|
|
|
| // -----------------------------------------------------------------------------
|
| @@ -166,8 +167,6 @@ class RenderWidgetHostViewAndroid
|
| virtual void OnSwapCompositorFrame(
|
| uint32 output_surface_id,
|
| scoped_ptr<cc::CompositorFrame> frame) OVERRIDE;
|
| - virtual void OnOverscrolled(gfx::Vector2dF accumulated_overscroll,
|
| - gfx::Vector2dF current_fling_velocity) OVERRIDE;
|
| virtual void DidStopFlinging() OVERRIDE;
|
| virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
|
| const SkBitmap& zoomed_bitmap) OVERRIDE;
|
| @@ -220,6 +219,7 @@ class 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);
|
|
|