| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 94d4cd480a505d6d377ef140a06e1b477224cc5d..284fb38bd69c619c62ad7d97e8e5b232ea0e8207 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -242,7 +242,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| InputEventAckState FilterInputEvent(const blink::WebInputEvent& event);
|
| void OnSelectionChanged(const std::string& text);
|
| void OnSelectionEvent(ui::SelectionEventType event,
|
| - const gfx::PointF& anchor_position);
|
| + const gfx::PointF& selection_anchor,
|
| + const gfx::RectF& selection_rect);
|
| scoped_ptr<ui::TouchHandleDrawable> CreatePopupTouchHandleDrawable();
|
|
|
| void StartContentIntent(const GURL& content_url);
|
|
|