| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index c8a6244d72ea5a619cad8632d597ea76f2af8d21..577bf59c123acb5a92cf2e66919fb8630fc46f5f 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -367,14 +367,6 @@ public:
|
| virtual WebHitTestResult hitTestResultForTap(const WebPoint& tapPoint,
|
| const WebSize& tapArea) = 0;
|
|
|
| - // Copy to the clipboard the image located at a particular point in the
|
| - // WebView (if there is such an image)
|
| - virtual void copyImageAt(const WebPoint&) = 0;
|
| -
|
| - // Save as the image located at a particular point in the
|
| - // WebView (if there is such an image)
|
| - virtual void saveImageAt(const WebPoint&) = 0;
|
| -
|
| // Notifies the WebView that a drag has terminated.
|
| virtual void dragSourceEndedAt(
|
| const WebPoint& clientPoint, const WebPoint& screenPoint,
|
|
|