| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index da29c8003cc1352a24254d982936fd0fa854c080..360e6e76d0b068eb483cc860f21af39d12934b10 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 WebPoint&, bool bypassCache) override;
|
| virtual void dragSourceEndedAt(
|
| const WebPoint& clientPoint,
|
| const WebPoint& screenPoint,
|
|
|