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 2457f4039fc33ce5fc576a5267983d61213be1b6..6fd138e51719660d18242dbd1fdb7ebf248dc7a3 100644 |
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
@@ -58,7 +58,7 @@ public: |
void updateFocus(bool, WebFocusType) override { } |
void updateVisibility(bool) override { } |
bool acceptsInputEvents() override { return true; } |
- bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) override { return false; } |
+ WebInputEventResult handleInputEvent(const WebInputEvent&, WebCursorInfo&) override { return WebInputEventResult::NotHandled; } |
bool handleDragStatusUpdate(WebDragStatus, const WebDragData&, WebDragOperationsMask, const WebPoint& position, const WebPoint& screenPosition) override { return false; } |
void didReceiveResponse(const WebURLResponse&) override { } |
void didReceiveData(const char* data, int dataLength) override { } |