| 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 edefe59bc65b884da8f4335cc3389faecac8b922..f611e627690ebf75bdd90b8548bed382aa152115 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -309,6 +309,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;
|
|
|