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 09c127c9dae19a37407c93409cd2cd9986b0b936..8e663ac78effb891e273f93788c1b3f8b8c401ca 100644 |
--- a/content/shell/test_runner/test_plugin.h |
+++ b/content/shell/test_runner/test_plugin.h |
@@ -76,7 +76,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, |