Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 93970bcf2568715ff4ad554638446abf373f1a35..dadd0e34f60c53b3ca118a7a300757a3b3413c1d 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -3767,6 +3767,13 @@ void WebViewImpl::showContextMenu() |
} |
} |
+void WebViewImpl::didCloseContextMenu() |
+{ |
+ LocalFrame* frame = m_page->focusController().focusedFrame(); |
+ if (frame) |
+ frame->selection().setCaretBlinkingSuspended(false); |
+} |
+ |
void WebViewImpl::extractSmartClipData(WebRect rectInViewport, WebString& clipText, WebString& clipHtml, WebRect& clipRectInViewport) |
{ |
LocalFrame* localFrame = toLocalFrame(focusedCoreFrame()); |