| 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 f5ce0fad9334b57218a7a2166a9986ce4d983bf1..1dcc257661667a4cc3091ab50098263566d57ac9 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;
|
| @@ -57,7 +57,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;
|
| }
|
|
|