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