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

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

Issue 2370663002: Remove logic to reset input method more than needed (Closed)
Patch Set: remove aura change Created 4 years, 3 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 45cb715a0092acba96107a909f9e88c68717d29c..1e1d1dd6da4ab0afc801ce4e4997a5fe1e761312 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -71,7 +71,6 @@ public:
// Deletes the existing composition text.
void cancelComposition();
- void cancelCompositionIfSelectionIsInvalid();
EphemeralRange compositionEphemeralRange() const;
Range* compositionRange() const;
@@ -88,7 +87,6 @@ private:
Member<LocalFrame> m_frame;
Member<Range> m_compositionRange;
bool m_isDirty;
- bool m_hasComposition;
explicit InputMethodController(LocalFrame&);

Powered by Google App Engine
This is Rietveld 408576698