| Index: third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| diff --git a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| index 0e040a35b46b1ad78c944236f8c9bf7baccd3dd8..00da459af68aaa9e31f6035553fe596079cfa05f 100644
|
| --- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| +++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| @@ -35,8 +35,8 @@
|
|
|
| namespace blink {
|
|
|
| +class WebCoalescedInputEvent;
|
| class WebDragData;
|
| -class WebInputEvent;
|
| class WebPluginContainer;
|
| class WebURLResponse;
|
| struct WebPluginParams;
|
| @@ -58,7 +58,7 @@ class FakeWebPlugin : public WebPlugin {
|
| bool is_visible) override {}
|
| void UpdateFocus(bool, WebFocusType) override {}
|
| void UpdateVisibility(bool) override {}
|
| - WebInputEventResult HandleInputEvent(const WebInputEvent&,
|
| + WebInputEventResult HandleInputEvent(const WebCoalescedInputEvent&,
|
| WebCursorInfo&) override {
|
| return WebInputEventResult::kNotHandled;
|
| }
|
|
|