| 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 c5cf9d70df876c9abfbee6658f456b7abaafd833..25c9185b5a1632f3e7494dcc65dace54f6022010 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -264,7 +264,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| bool HasValidFrame() const;
|
|
|
| void MoveCaret(const gfx::Point& point);
|
| - void ShowContextMenuAtPoint(const gfx::Point& point);
|
| + void ShowContextMenuAtTouchHandle(const gfx::Point& point);
|
| void DismissTextHandles();
|
| void SetTextHandlesTemporarilyHidden(bool hidden);
|
| void OnShowUnhandledTapUIIfNeeded(int x_dip, int y_dip);
|
|
|