| 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..b82400b0783a08b9f21e640f90c00c9451ff5d9e 100644
|
| --- a/components/test_runner/test_plugin.h
|
| +++ b/components/test_runner/test_plugin.h
|
| @@ -80,6 +80,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
|
| void updateVisibility(bool visibility) override {}
|
| blink::WebInputEventResult handleInputEvent(
|
| const blink::WebInputEvent& event,
|
| + const std::vector<const blink::WebInputEvent*>& coalescedEvents,
|
| blink::WebCursorInfo& info) override;
|
| bool handleDragStatusUpdate(blink::WebDragStatus drag_status,
|
| const blink::WebDragData& data,
|
|
|