| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 911bed30f08c667553172399850bb9f0f9714d3d..56b4b1d353e9a0a9b1b4e248b9f1898e5c6b9fbd 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -241,7 +241,6 @@ public:
|
| unsigned inactiveForegroundColor) OVERRIDE;
|
| virtual void performCustomContextMenuAction(unsigned action) OVERRIDE;
|
| virtual void showContextMenu() OVERRIDE;
|
| - virtual void getSmartClipData(WebRect, WebString&, WebRect&) OVERRIDE;
|
| virtual void extractSmartClipData(WebRect, WebString&, WebString&, WebRect&) OVERRIDE;
|
| virtual void hidePopups() OVERRIDE;
|
| virtual void addPageOverlay(WebPageOverlay*, int /* zOrder */) OVERRIDE;
|
|
|