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

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

Issue 78263003: Ignore TouchCancel ack dispositions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REbase Created 7 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
Index: content/browser/renderer_host/input/synthetic_web_input_event_builders.h
diff --git a/content/browser/renderer_host/input/synthetic_web_input_event_builders.h b/content/browser/renderer_host/input/synthetic_web_input_event_builders.h
index 01396864a277a00ec33da0d084bd654a897f5bcc..754f42df5fd0d61f9a1a03f9942744a90e5a5776 100644
--- a/content/browser/renderer_host/input/synthetic_web_input_event_builders.h
+++ b/content/browser/renderer_host/input/synthetic_web_input_event_builders.h
@@ -68,6 +68,7 @@ class CONTENT_EXPORT SyntheticWebTouchEvent
int PressPoint(int x, int y);
void MovePoint(int index, int x, int y);
void ReleasePoint(int index);
+ void CancelPoint(int index);
void SetTimestamp(base::TimeDelta timestamp);
};

Powered by Google App Engine
This is Rietveld 408576698