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

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

Issue 2370663002: Remove logic to reset input method more than needed (Closed)
Patch Set: fixed handle issue in another CL Created 3 years, 10 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 56dc852810af3b97945ab4652295ae869e839b2e..09a21529773d8c6ac307eb452d124485548713bf 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -85,7 +85,6 @@ class CORE_EXPORT InputMethodController final
// Deletes the existing composition text.
void cancelComposition();
- void cancelCompositionIfSelectionIsInvalid();
EphemeralRange compositionEphemeralRange() const;
Range* compositionRange() const;

Powered by Google App Engine
This is Rietveld 408576698