| 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 48a67128acc7ba105122f11dabe1f1a5553532fd..e2c8da8b63522c30c472b9c75db55fb6a96db6f0 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -222,6 +222,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| void SendMouseEvent(const ui::MotionEventAndroid&, int action_button);
|
| void SendMouseWheelEvent(const blink::WebMouseWheelEvent& event);
|
| void SendGestureEvent(const blink::WebGestureEvent& event);
|
| + void ResolveTapDisambiguation(double timestamp_seconds,
|
| + gfx::Point tap_viewport_offset,
|
| + bool is_long_press);
|
|
|
| void OnStartContentIntent(const GURL& content_url, bool is_main_frame);
|
|
|
|
|