Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1419)

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Fixed naming Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698