| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 43b6aec809d567efbdc589b1387c68d0ab85c324..31faeef213fe50539f42a96b9cdf5abc9c8ef837 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -229,8 +229,6 @@ public:
|
| const WebPoint&) override;
|
| WebHitTestResult hitTestResultAt(const WebPoint&) override;
|
| WebHitTestResult hitTestResultForTap(const WebPoint&, const WebSize&) override;
|
| - void copyImageAt(const WebPoint&) override;
|
| - void saveImageAt(const WebPoint&) override;
|
| void dragSourceEndedAt(
|
| const WebPoint& clientPoint,
|
| const WebPoint& screenPoint,
|
|
|