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

Unified Diff: content/shell/renderer/test_runner/event_sender.h

Issue 729533003: Remove GestureScrollUpdateWithoutPropagation event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove hard count from the test Created 6 years, 1 month 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
« no previous file with comments | « content/renderer/input/input_handler_proxy.cc ('k') | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/event_sender.h
diff --git a/content/shell/renderer/test_runner/event_sender.h b/content/shell/renderer/test_runner/event_sender.h
index 71f72d75e2ed8b6598c87572d3ae45a0ba43cb9a..2e25ed1944a2acff5090b7c33de033c70cf9ebd7 100644
--- a/content/shell/renderer/test_runner/event_sender.h
+++ b/content/shell/renderer/test_runner/event_sender.h
@@ -165,7 +165,9 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void SendCurrentTouchEvent(blink::WebInputEvent::Type);
- void GestureEvent(blink::WebInputEvent::Type, gin::Arguments*);
+ void GestureEvent(blink::WebInputEvent::Type,
+ gin::Arguments*,
+ bool preventPropagation = false);
void UpdateClickCountForButton(blink::WebMouseEvent::Button);
« no previous file with comments | « content/renderer/input/input_handler_proxy.cc ('k') | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698