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

Unified Diff: components/test_runner/test_plugin.h

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent 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..15568871443080673bcc43fb52ab9c42beea6fec 100644
--- a/components/test_runner/test_plugin.h
+++ b/components/test_runner/test_plugin.h
@@ -19,6 +19,7 @@
#include "third_party/khronos/GLES2/gl2.h"
namespace blink {
+class CoalescedWebInputEvent;
class WebFrame;
class WebGraphicsContext3DProvider;
class WebLayer;
@@ -79,7 +80,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
void updateFocus(bool focus, blink::WebFocusType focus_type) override {}
void updateVisibility(bool visibility) override {}
blink::WebInputEventResult handleInputEvent(
- const blink::WebInputEvent& event,
+ const blink::CoalescedWebInputEvent& event,
blink::WebCursorInfo& info) override;
bool handleDragStatusUpdate(blink::WebDragStatus drag_status,
const blink::WebDragData& data,

Powered by Google App Engine
This is Rietveld 408576698