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

Unified Diff: components/test_runner/test_plugin.cc

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Created 4 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: components/test_runner/test_plugin.cc
diff --git a/components/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc
index 419bdb280c705978f1ae135d7b77ac352b47b810..8a2b1f930c4ec646ec5bb6332c3e1f749bd66f5d 100644
--- a/components/test_runner/test_plugin.cc
+++ b/components/test_runner/test_plugin.cc
@@ -547,6 +547,7 @@ GLuint TestPlugin::LoadProgram(const std::string& vertex_source,
blink::WebInputEventResult TestPlugin::handleInputEvent(
const blink::WebInputEvent& event,
+ const std::vector<const blink::WebInputEvent*>& coalescedEvents,
blink::WebCursorInfo& info) {
const char* event_name = blink::WebInputEvent::GetName(event.type);
if (!strcmp(event_name, "") || !strcmp(event_name, "Undefined"))

Powered by Google App Engine
This is Rietveld 408576698