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, |