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

Unified Diff: content/browser/android/selection_popup_controller.h

Issue 2855353002: Make Paste Popup use selection rect for positioning (Closed)
Patch Set: fix typo 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/android/selection_popup_controller.h
diff --git a/content/browser/android/selection_popup_controller.h b/content/browser/android/selection_popup_controller.h
index 46f59808fecb21969da7882145cb1b1794059c72..b5d1b3ea6874235b5ec93c7fb043498c330cd74e 100644
--- a/content/browser/android/selection_popup_controller.h
+++ b/content/browser/android/selection_popup_controller.h
@@ -29,7 +29,6 @@ class SelectionPopupController : public RenderWidgetHostConnector {
// Called from native -> java
void OnSelectionEvent(ui::SelectionEventType event,
- const gfx::PointF& selection_anchor,
const gfx::RectF& selection_rect);
void OnSelectionChanged(const std::string& text);
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/android/selection_popup_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698