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

Unified Diff: components/test_runner/event_sender.h

Issue 1956493002: Remove user gestures on touches other than tap in cross-origin iframes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with trunk 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
« 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 692f48ee78bb9b14d830f3c2fe73eb8c785e55c0..ec28645bc35a7f4889d26cc7a849580b1ec792f8 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -134,10 +134,11 @@ class EventSender {
bool IsFlinging() const;
void GestureScrollFirstPoint(int x, int y);
- void TouchStart();
- void TouchMove();
- void TouchCancel();
- void TouchEnd();
+ bool GetMovedBeyondSlopRegionArg(gin::Arguments* args);
+ void TouchStart(gin::Arguments* args);
+ void TouchMove(gin::Arguments* args);
+ void TouchCancel(gin::Arguments* args);
+ void TouchEnd(gin::Arguments* args);
void NotifyStartOfTouchScroll();
void LeapForward(int milliseconds);
« 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