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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 1995333002: Handle newCursorPosition correctly for Android's commitText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: For yosin@'s 2nd review Created 4 years, 4 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: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index b2ff8dfbb2475ed836c2722de3cd48a66ec5c468..595f4153a21d31f3ce8da041b331cb01b07606d5 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -139,7 +139,6 @@ public:
void dispatchWillSendRequest(WebURLRequest&) override;
WebURLLoader* createAssociatedURLLoader(const WebURLLoaderOptions&) override;
unsigned unloadListenerCount() const override;
- void insertText(const WebString&) override;
void setMarkedText(const WebString&, unsigned location, unsigned length) override;
void unmarkText() override;
bool hasMarkedText() const override;

Powered by Google App Engine
This is Rietveld 408576698