Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index a9bcedbe1c70647f54161363b2e0ab1b01d175e1..7123e7c77aacf34921d947c0b24af59ae91a6b88 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3570,16 +3570,6 @@ void WebViewImpl::showContextMenu() |
m_contextMenuAllowed = false; |
} |
-void WebViewImpl::getSmartClipData(WebRect rect, WebString& clipText, WebRect& clipRect) |
-{ |
- LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); |
- if (!frame) |
- return; |
- SmartClipData clipData = blink::SmartClip(frame).dataForRect(rect); |
- clipText = clipData.clipData(); |
- clipRect = clipData.rect(); |
-} |
- |
void WebViewImpl::extractSmartClipData(WebRect rect, WebString& clipText, WebString& clipHtml, WebRect& clipRect) |
{ |
LocalFrame* localFrame = toLocalFrame(focusedWebCoreFrame()); |