Index: content/shell/test_runner/test_plugin.h |
diff --git a/content/shell/test_runner/test_plugin.h b/content/shell/test_runner/test_plugin.h |
index 07a7a3259bbd10632850f365d69de9bd5a5d8250..bfa2da8d1241f3a93484353f6fb6355cf5acaceb 100644 |
--- a/content/shell/test_runner/test_plugin.h |
+++ b/content/shell/test_runner/test_plugin.h |
@@ -77,7 +77,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::WebCoalescedInputEvent& event, |
blink::WebCursorInfo& info) override; |
bool HandleDragStatusUpdate(blink::WebDragStatus drag_status, |
const blink::WebDragData& data, |