| 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 f4a2fefc5c58d61af44353fbe4eea598626a36ac..57e0a4fd4588f600695f4416c36be5d83773d211 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -307,6 +307,9 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| const gfx::PointF& extent);
|
|
|
| void OnShowUnhandledTapUIIfNeeded(int x_dip, int y_dip);
|
| + void OnSelectWordAroundCaretAck(bool did_select,
|
| + int start_adjust,
|
| + int end_adjust);
|
| void OnTouchDown(const base::android::ScopedJavaLocalRef<jobject>& event);
|
|
|
| ui::ViewAndroid* GetViewAndroid() const;
|
|
|