| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index da29c8003cc1352a24254d982936fd0fa854c080..20d4542ba4a95e193b31f50493c64cec046ea194 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -226,6 +226,7 @@ public:
|
| virtual WebHitTestResult hitTestResultForTap(const WebPoint&, const WebSize&) override;
|
| virtual void copyImageAt(const WebPoint&) override;
|
| virtual void saveImageAt(const WebPoint&) override;
|
| + virtual void reloadImageAt(const WebNode&) override;
|
| virtual void dragSourceEndedAt(
|
| const WebPoint& clientPoint,
|
| const WebPoint& screenPoint,
|
|
|