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

Unified Diff: components/test_runner/event_sender.h

Issue 1989623002: Suppressed MEs for gestures from cancelled PEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a comment. Created 4 years, 7 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: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index ec28645bc35a7f4889d26cc7a849580b1ec792f8..4c3e63613192aa8ee1c7efe8918d59fdbb04c33c 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -135,6 +135,7 @@ class EventSender {
void GestureScrollFirstPoint(int x, int y);
bool GetMovedBeyondSlopRegionArg(gin::Arguments* args);
+ uint32_t GetUniqueTouchEventId(gin::Arguments* args);
void TouchStart(gin::Arguments* args);
void TouchMove(gin::Arguments* args);
void TouchCancel(gin::Arguments* args);
@@ -173,7 +174,7 @@ class EventSender {
void DoLeapForward(int milliseconds);
- void SendCurrentTouchEvent(blink::WebInputEvent::Type, bool);
+ void SendCurrentTouchEvent(blink::WebInputEvent::Type, bool, uint32_t);
void GestureEvent(blink::WebInputEvent::Type,
gin::Arguments*);
« no previous file with comments | « no previous file | components/test_runner/event_sender.cc » ('j') | third_party/WebKit/Source/core/input/PointerEventManager.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698