Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1670)

Unified Diff: content/browser/renderer_host/input/touch_emulator.h

Issue 375863005: Touch emulator: allow multiple touch streams. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better touch sequence end check Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698