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

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

Issue 2073863003: [WIP, not for review] Workaround for setComposition styling clobber (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: 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 bf7e152cad58c360be8cf1e35fa5a88e6c2217de..a095c95c0132de10219f300baf51a3e987e5b92a 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -109,6 +109,7 @@ private:
String composingText() const;
void selectComposition() const;
bool setSelectionOffsets(const PlainTextRange&);
+ void setSelectionRangeForSetComposition(int selectionStart, int selectionEnd);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698