| 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 a287c65f3ddf7cbe9ba8550eb9e5aefad000d7c6..ee139e0f1a99f5a647638a0bdf2c554fd1771fb2 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -241,7 +241,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| bool HasFocus();
|
| void OnGestureEventAck(const blink::WebGestureEvent& event,
|
| InputEventAckState ack_result);
|
| - InputEventAckState FilterInputEvent(const blink::WebInputEvent& event);
|
| + bool FilterInputEvent(const blink::WebInputEvent& event);
|
| void OnSelectionChanged(const std::string& text);
|
| void OnSelectionEvent(ui::SelectionEventType event,
|
| const gfx::PointF& selection_anchor,
|
|
|