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

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

Issue 2530843003: Introduce InsertIncrementalTextCommand to respect existing style for composition (Closed)
Patch Set: Address xiaochengh@'s review Created 4 years 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 d8bd02379cb406f83a1a4db574d7d8d184e19290..1f40c79bca80b0b68f61e94b9323e875191c5c67 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -109,7 +109,6 @@ class CORE_EXPORT InputMethodController final
Member<LocalFrame> m_frame;
Member<Range> m_compositionRange;
- bool m_isDirty;
bool m_hasComposition;
explicit InputMethodController(LocalFrame&);
@@ -142,10 +141,6 @@ class CORE_EXPORT InputMethodController final
PlainTextRange createSelectionRangeForSetComposition(int selectionStart,
int selectionEnd,
size_t textLength) const;
- void setCompositionWithIncrementalText(const String&,
- const Vector<CompositionUnderline>&,
- int selectionStart,
- int selectionEnd);
int textInputFlags() const;
WebTextInputMode inputModeOfFocusedElement() const;
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.cpp ('k') | third_party/WebKit/Source/core/editing/InputMethodController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698