Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2005)

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 330613002: Copying text closes the keyboard and the text input gets unfocused, forcing virtual keyboard is get… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 5d16a4c37cbf524de348d7743515fa4548a2a48f..69f02ec529d3a9ca60e810b6d3e87d6481574921 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -464,6 +464,12 @@ void WebRemoteFrameImpl::replaceSelection(const WebString&)
ASSERT_NOT_REACHED();
}
+bool WebRemoteFrameImpl::setCaretSelectionFromRangeSelection()
+{
+ ASSERT_NOT_REACHED();
+ return false;
+}
+
void WebRemoteFrameImpl::insertText(const WebString&)
{
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698