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

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

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Created 3 years, 11 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.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
index 89d68d2f22af91432529b53d4ce0e8e19ab4bfea..50f0f77328447613bf76c575d6c57e787d710618 100644
--- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
@@ -437,6 +437,8 @@ void TypingCommand::doApply(EditingState* editingState) {
m_openedByBackwardDelete = true;
}
+ LOG(INFO) << "command type: " << m_commandType;
aelias_OOO_until_Jul13 2017/01/25 03:34:27 Leftover LOG
+
switch (m_commandType) {
case DeleteSelection:
deleteSelection(m_smartDelete, editingState);

Powered by Google App Engine
This is Rietveld 408576698