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

Unified Diff: Source/web/WebLocalFrameImpl.h

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/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 262f35a957ee2257c46a343b1731ce974e57b763..38da2cc88d4c7902e8b0c474032201601a8f360a 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -156,6 +156,7 @@ public:
virtual WebURLLoader* createAssociatedURLLoader(const WebURLLoaderOptions&) OVERRIDE;
virtual unsigned unloadListenerCount() const OVERRIDE;
virtual void replaceSelection(const WebString&) OVERRIDE;
+ virtual bool setCaretSelectionFromRangeSelection() OVERRIDE;
virtual void insertText(const WebString&) OVERRIDE;
virtual void setMarkedText(const WebString&, unsigned location, unsigned length) OVERRIDE;
virtual void unmarkText() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698