| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 49803faa02e5958f09ff2da95a8310e6074e0ee5..4ef1e892b459e13f154a6877a27520f1a2571ced 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -208,6 +208,7 @@ public:
|
| const WebPoint&) OVERRIDE;
|
| virtual WebHitTestResult hitTestResultAt(const WebPoint&) OVERRIDE;
|
| virtual void copyImageAt(const WebPoint&) OVERRIDE;
|
| + virtual void saveImageAt(const WebPoint&) OVERRIDE;
|
| virtual void dragSourceEndedAt(
|
| const WebPoint& clientPoint,
|
| const WebPoint& screenPoint,
|
|
|