Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 1f6f73ab9bef8dcc2a5199c5f1ae410eccd73db0..e47d5f8205bf70077164e6fc134402c93603a928 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -245,9 +245,6 @@ public: |
unsigned inactiveForegroundColor) OVERRIDE; |
virtual void performCustomContextMenuAction(unsigned action) OVERRIDE; |
virtual void showContextMenu() OVERRIDE; |
- // FIXME: This should be removed when the chromium side patch lands |
- // http://codereview.chromium.org/260623004 |
- virtual WebString getSmartClipData(WebRect) OVERRIDE; |
virtual void getSmartClipData(WebRect, WebString&, WebRect&) OVERRIDE; |
virtual void hidePopups() OVERRIDE; |
virtual void addPageOverlay(WebPageOverlay*, int /* zOrder */) OVERRIDE; |