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 1a5eb121c03e9ad9ae31e5f41aa0a5a1d6352630..f6b46cf80a61b1ac8a7c9fab08962ef1cc6c7435 100644 |
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
@@ -35,9 +35,9 @@ |
namespace blink { |
+class WebCoalescedInputEvent; |
class WebDragData; |
class WebFrame; |
-class WebInputEvent; |
class WebPluginContainer; |
class WebURLResponse; |
struct WebPluginParams; |
@@ -59,7 +59,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; |
} |