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

Unified Diff: components/test_runner/test_plugin.h

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.h
diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
index 708e976cba650e90f5f42d04f5eed05c1b44f53f..b82400b0783a08b9f21e640f90c00c9451ff5d9e 100644
--- a/components/test_runner/test_plugin.h
+++ b/components/test_runner/test_plugin.h
@@ -80,6 +80,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
void updateVisibility(bool visibility) override {}
blink::WebInputEventResult handleInputEvent(
const blink::WebInputEvent& event,
+ const std::vector<const blink::WebInputEvent*>& coalescedEvents,
blink::WebCursorInfo& info) override;
bool handleDragStatusUpdate(blink::WebDragStatus drag_status,
const blink::WebDragData& data,

Powered by Google App Engine
This is Rietveld 408576698