Index: content/browser/renderer_host/input/touch_emulator.h |
diff --git a/content/browser/renderer_host/input/touch_emulator.h b/content/browser/renderer_host/input/touch_emulator.h |
index c6950c966b76274fbb6e1f1127cbb5441be8bfb1..02cd21bed537b4aba229d14877bd2719734112d8 100644 |
--- a/content/browser/renderer_host/input/touch_emulator.h |
+++ b/content/browser/renderer_host/input/touch_emulator.h |
@@ -29,9 +29,7 @@ class CONTENT_EXPORT TouchEmulator : public ui::GestureProviderClient { |
bool HandleMouseWheelEvent(const blink::WebMouseWheelEvent& event); |
bool HandleKeyboardEvent(const blink::WebKeyboardEvent& event); |
- // Returns |true| if the event ack was consumed. Consumed ack should not |
- // propagate any further. |
- bool HandleTouchEventAck(InputEventAckState ack_result); |
+ void HandleTouchEventAck(InputEventAckState ack_result); |
// Cancel any touches, for example, when focus is lost. |
void CancelTouch(); |