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

Unified Diff: third_party/WebKit/Source/core/editing/commands/TypingCommand.h

Issue 2143883002: Fix the bug that matras are input twice for Indian languages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/commands/TypingCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
index 30d3554fbf83358aba07c30dc054344b6683f2ae..7dd8f0e0671167afd88c0adf36559ddc8ff4e87a 100644
--- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
@@ -45,7 +45,8 @@ public:
enum TextCompositionType {
TextCompositionNone,
TextCompositionUpdate,
- TextCompositionConfirm
+ TextCompositionConfirm,
+ TextCompositionCancel
yosin_UTC9 2016/07/13 07:56:07 Could you move |TextCompositionCancel| related cha
};
enum Option {

Powered by Google App Engine
This is Rietveld 408576698