Bug 1058136 - Handle compose event to optimize composition usage; r=cpeterson

This commit is contained in:
Jim Chen
2014-09-04 14:38:18 -04:00
parent a0c4b5fdd3
commit c71471a6e6
4 changed files with 108 additions and 50 deletions

View File

@@ -745,6 +745,7 @@ public:
IME_UPDATE_COMPOSITION = 4,
IME_REMOVE_COMPOSITION = 5,
IME_ACKNOWLEDGE_FOCUS = 6,
IME_COMPOSE_TEXT = 7,
dummy_ime_enum_list_end
};