| 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 4a602133fd50169ed1ad79f7ea28419ffd9fe950..99b06252d096e3e2d64a23651e28d74447735b33 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -196,12 +196,9 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void ConfirmTouchEvent(bool handled);
|
| void DidSetNeedTouchEvents(bool need_touch_events);
|
| void OnSelectionChanged(const std::string& text);
|
| - void OnSelectionBoundsChanged(int startx,
|
| - int starty,
|
| - base::i18n::TextDirection start_dir,
|
| - int endx,
|
| - int endy,
|
| - base::i18n::TextDirection end_dir);
|
| + void OnSelectionBoundsChanged(
|
| + const gfx::Rect& start_rect, base::i18n::TextDirection start_dir,
|
| + const gfx::Rect& end_rect, base::i18n::TextDirection end_dir);
|
|
|
| void StartContentIntent(const GURL& content_url);
|
|
|
|
|