Chromium Code Reviews

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 aelias and yosin review Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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