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

Unified Diff: ui/base/ime/text_edit_commands.h

Issue 2228833002: MacViews: Fix behavior of move and select commands when selection direction changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_text_commands
Patch Set: Fix compile. Created 4 years, 4 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: ui/base/ime/text_edit_commands.h
diff --git a/ui/base/ime/text_edit_commands.h b/ui/base/ime/text_edit_commands.h
index b0be57ae837a3f688dd9bb90ea1191840fbaea61..49b3766cab4c75728139d27a8e6524c7c19bbe7e 100644
--- a/ui/base/ime/text_edit_commands.h
+++ b/ui/base/ime/text_edit_commands.h
@@ -43,6 +43,8 @@ enum class TextEditCommand {
MOVE_TO_END_OF_LINE_AND_MODIFY_SELECTION,
MOVE_TO_END_OF_PARAGRAPH,
MOVE_TO_END_OF_PARAGRAPH_AND_MODIFY_SELECTION,
+ MOVE_PARAGRAPH_BACKWARD_AND_MODIFY_SELECTION,
+ MOVE_PARAGRAPH_FORWARD_AND_MODIFY_SELECTION,
MOVE_UP,
MOVE_UP_AND_MODIFY_SELECTION,
MOVE_WORD_BACKWARD,

Powered by Google App Engine
This is Rietveld 408576698