| 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 716e26407b570c0b2cfaa18d19fc44910ffab300..568d01e7fbe4eb702c93ffd42ad8a0d0a0166da1 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -231,8 +231,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,
|
|
|