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

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

Issue 2867093003: Do not increase the pointer id when type is eraser (Closed)
Patch Set: eraser id Created 3 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 | content/shell/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/test_runner/event_sender.h
diff --git a/content/shell/test_runner/event_sender.h b/content/shell/test_runner/event_sender.h
index f8b4cd33f10cc05fe60c7144578f6f6bf9ebb0ed..9871739ccd0d69862ae83d0d335e033fc7f30ee2 100644
--- a/content/shell/test_runner/event_sender.h
+++ b/content/shell/test_runner/event_sender.h
@@ -167,7 +167,7 @@ class EventSender {
void MouseScrollBy(gin::Arguments* args, MouseScrollType scroll_type);
void MouseMoveTo(gin::Arguments* args);
- void MouseLeave();
+ void MouseLeave(blink::WebPointerProperties::PointerType, int pointerId);
void ScheduleAsynchronousClick(int button_number, int modifiers);
void ScheduleAsynchronousKeyDown(const std::string& code_str,
int modifiers,
« no previous file with comments | « no previous file | content/shell/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698