Index: components/test_runner/test_plugin.h |
diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h |
index bb4ebc358e430d444a7f0db5237dc255ed13bfa1..129dc2aabd09a05706eb3a02d4841bb329ad381e 100644 |
--- a/components/test_runner/test_plugin.h |
+++ b/components/test_runner/test_plugin.h |
@@ -73,8 +73,9 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient { |
void updateFocus(bool focus, blink::WebFocusType focus_type) override {} |
void updateVisibility(bool visibility) override {} |
bool acceptsInputEvents() override; |
- bool handleInputEvent(const blink::WebInputEvent& event, |
- blink::WebCursorInfo& info) override; |
+ blink::WebInputEventResult handleInputEvent( |
+ const blink::WebInputEvent& event, |
+ blink::WebCursorInfo& info) override; |
bool handleDragStatusUpdate(blink::WebDragStatus drag_status, |
const blink::WebDragData& data, |
blink::WebDragOperationsMask mask, |