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

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: Rebased Created 4 years, 6 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
« no previous file with comments | « no previous file | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index 8dc1ae49da406f4a5c04e3675bbca1e19436f562..20c10ed063743613834d170cf9e0993c3d11910f 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -136,7 +136,6 @@ class EventSender {
bool IsFlinging() const;
void GestureScrollFirstPoint(int x, int y);
- bool GetMovedBeyondSlopRegionArg(gin::Arguments* args);
void TouchStart(gin::Arguments* args);
void TouchMove(gin::Arguments* args);
void TouchCancel(gin::Arguments* args);
@@ -175,7 +174,11 @@ class EventSender {
void DoLeapForward(int milliseconds);
- void SendCurrentTouchEvent(blink::WebInputEvent::Type, bool);
+ void GetOptionalTouchArgs(gin::Arguments* args,
+ bool& moved_beyond_slop_region,
+ uint32_t& unique_touch_event_id);
+ uint32_t GetUniqueTouchEventId(gin::Arguments* args);
+ void SendCurrentTouchEvent(blink::WebInputEvent::Type, gin::Arguments* args);
void GestureEvent(blink::WebInputEvent::Type,
gin::Arguments*);
« no previous file with comments | « no previous file | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698