| 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 338ae87dec6b333fd1812ef1ad76743711494d0f..24932dd3dcc7edf584e7affa8b25aec541cf5396 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -198,7 +198,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| bool HasFocus();
|
| void ConfirmTouchEvent(bool handled);
|
| - void DidSetNeedTouchEvents(bool need_touch_events);
|
| + void HasTouchEventHandlers(bool need_touch_events);
|
| void OnSelectionChanged(const std::string& text);
|
| void OnSelectionBoundsChanged(
|
| const gfx::Rect& start_rect, base::i18n::TextDirection start_dir,
|
|
|