| 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);
|
|
|
|
|