Index: Source/web/tests/FakeWebPlugin.h |
diff --git a/Source/web/tests/FakeWebPlugin.h b/Source/web/tests/FakeWebPlugin.h |
index a7b7b949f54bb053c8f9dfdf4ed4cd47a8c93400..99cd6c7cc439d87e63e4aae4de78d2e3c2ecced3 100644 |
--- a/Source/web/tests/FakeWebPlugin.h |
+++ b/Source/web/tests/FakeWebPlugin.h |
@@ -54,7 +54,7 @@ public: |
virtual bool canProcessDrag() const override { return false; } |
virtual void paint(WebCanvas*, const WebRect&) override { } |
virtual void updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible) override { } |
- virtual void updateFocus(bool) override { } |
+ virtual void updateFocus(bool, WebFocusType) override { } |
virtual void updateVisibility(bool) override { } |
virtual bool acceptsInputEvents() override { return true; } |
virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) override { return false; } |