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