Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodController.h

Issue 1889053003: Fix InputConnection.deleteSurroundingText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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/core/editing/InputMethodController.h
diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
index 13b92e97b4faa366b14c05f4f72d62025dd117ee..cb359514f73e9358d7bfa016376f180b5b7456c4 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -94,6 +94,7 @@ class CORE_EXPORT InputMethodController final
PlainTextRange createRangeForSelection(int start,
int end,
size_t textLength) const;
+ void deleteSurroundingText(int before, int after);
private:
Member<LocalFrame> m_frame;

Powered by Google App Engine